]> git.mjollnir.org Git - moodle.git/commitdiff
End the page with correct HTML.
authordefacer <defacer>
Thu, 27 Jan 2005 05:20:31 +0000 (05:20 +0000)
committerdefacer <defacer>
Thu, 27 Jan 2005 05:20:31 +0000 (05:20 +0000)
doc/contents.php

index dba83a7d43919930718c7c2685d8a2d0ba3a13da..243b520103968b09d7775f6c77fa0a1dcecfd71e 100755 (executable)
@@ -32,5 +32,7 @@
         echo '</ul>';
     }
 
+    // Sloppy way to produce valid markup... there should be a print_footer_minimal().
+    echo '</div></div></body></html>';
     \r
 ?>\r