From 7af25328c274584029804a4d53b8dc6c933723bb Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 27 Aug 2006 18:38:16 +0000 Subject: [PATCH] fixed cosmetic typo - missing semicolon before closing tag --- mod/glossary/comment.html | 2 +- mod/glossary/edit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); ?> -- 2.39.5