]> git.mjollnir.org Git - moodle.git/commitdiff
fixed cosmetic typo - missing semicolon before closing tag
authorskodak <skodak>
Sun, 27 Aug 2006 18:38:16 +0000 (18:38 +0000)
committerskodak <skodak>
Sun, 27 Aug 2006 18:38:16 +0000 (18:38 +0000)
mod/glossary/comment.html
mod/glossary/edit.html

index 7d749ed4007e888a40efb774a10405e5e08f5726..c01c2252c6438d33d18646c9d5e83744bd6575bf 100644 (file)
@@ -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);
 
 ?>
 <form name="form" method="post" action="comment.php">
index 455ed276f9634ae03fb0f51e2463902d95bac78e..8fe02ba4ee539acbbad490eb5fb316bc0c3bfb76 100644 (file)
@@ -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);
 
 ?>
 <form name="form" method="post" action="edit.php" enctype="multipart/form-data">