]> git.mjollnir.org Git - moodle.git/commitdiff
bug #5347 - JS code after page end??? corrected
authorurs_hunkler <urs_hunkler>
Wed, 26 Apr 2006 15:00:22 +0000 (15:00 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 26 Apr 2006 15:00:22 +0000 (15:00 +0000)
course/edit.php

index 0e2bd224c69601eb7d547e6b5b461d8e8aa89ed5..d6f412962abb2d42063931f364636d87abef9cf3 100644 (file)
     include("edit.html");
     print_simple_box_end();
 
-    print_footer($course);
-
     if ($usehtmleditor) {
         use_html_editor("summary");
     }
 
+    print_footer($course);
+
     exit;
 
 /// Functions /////////////////////////////////////////////////////////////////