From: skodak Date: Sun, 27 Aug 2006 18:38:16 +0000 (+0000) Subject: fixed cosmetic typo - missing semicolon before closing tag X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7af25328c274584029804a4d53b8dc6c933723bb;p=moodle.git fixed cosmetic typo - missing semicolon before closing tag --- diff --git a/mod/glossary/comment.html b/mod/glossary/comment.html index 7d749ed400..c01c2252c6 100644 --- a/mod/glossary/comment.html +++ b/mod/glossary/comment.html @@ -3,7 +3,7 @@ $form->format = $defaultformat; } - trusttext_prepare_edit($form->text, $form->format, $usehtmleditor, $context) + trusttext_prepare_edit($form->text, $form->format, $usehtmleditor, $context); ?>
diff --git a/mod/glossary/edit.html b/mod/glossary/edit.html index 455ed276f9..8fe02ba4ee 100644 --- a/mod/glossary/edit.html +++ b/mod/glossary/edit.html @@ -3,7 +3,7 @@ $newentry->format = $defaultformat; } - trusttext_prepare_edit($newentry->definition, $newentry->format, $usehtmleditor, $context) + trusttext_prepare_edit($newentry->definition, $newentry->format, $usehtmleditor, $context); ?>