bug #5347 - JS code after page end??? corrected

This commit is contained in:
urs_hunkler
2006-04-26 14:58:32 +00:00
parent 08cdce7e5e
commit 9d08fbc3fd
+3 -3
View File
@@ -212,13 +212,13 @@
print_simple_box_start("center");
include("edit.html");
print_simple_box_end();
print_footer($course);
if ($usehtmleditor) {
use_html_editor("summary");
}
print_footer($course);
exit;
/// Functions /////////////////////////////////////////////////////////////////