]> git.mjollnir.org Git - moodle.git/commitdiff
DML-7861, fixing misnmatched tags
authortoyomoyo <toyomoyo>
Mon, 18 Dec 2006 07:55:40 +0000 (07:55 +0000)
committertoyomoyo <toyomoyo>
Mon, 18 Dec 2006 07:55:40 +0000 (07:55 +0000)
course/reset.php

index a9f0675348967be2a73258bbc1436533ab776c13..f8d92a5a9ea9c044465e764d22f94dbd2576f33d 100755 (executable)
@@ -91,8 +91,8 @@ The feature will also reset the start date of the course if necessary.
         error('No modules are installed!');
     }
     
-    echo '<input name="id" value="'.$course->id.'" type="hidden" /></p>';
-    echo '<input name="sesskey" value="'.sesskey().'" type="hidden" /></p>';
+    echo '<input name="id" value="'.$course->id.'" type="hidden" />';
+    echo '<input name="sesskey" value="'.sesskey().'" type="hidden" />';
     echo '<p align="center"><input name="submit" value="'.$strresetcourse.'" type="submit" /></p>';
     echo '</form>';