]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed some quotes
authormoodler <moodler>
Thu, 8 Apr 2004 16:25:53 +0000 (16:25 +0000)
committermoodler <moodler>
Thu, 8 Apr 2004 16:25:53 +0000 (16:25 +0000)
lang/en/dialogue.php

index f8a726750171129be0e561dacd0d6e6db4f7f82f..c6ac3d3b912726b7357eca572ae6b3441926dffd 100644 (file)
@@ -21,7 +21,7 @@ You can see it appended to your dialogue entry:
     $a->url';
 $string['dialoguemailhtml'] = '$a->userfrom has posted a new entry in your\r
 dialogue entry for \'<i>$a->dialogue</i>\'<br /><br />\r
-You can see it appended to your <a href="$a->url">dialogue</a>.';
+You can see it appended to your <a href=\"$a->url\">dialogue</a>.';
 $string['dialoguename'] = 'Dialogue name';
 $string['dialogueopened'] = 'Dialogue opened with $a';
 $string['dialoguewith'] = 'Dialogue with $a';