From: defacer Date: Thu, 27 Jan 2005 05:20:31 +0000 (+0000) Subject: End the page with correct HTML. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e78bd550b24b90c9893a8675b5562d76d067e711;p=moodle.git End the page with correct HTML. --- diff --git a/doc/contents.php b/doc/contents.php index dba83a7d43..243b520103 100755 --- a/doc/contents.php +++ b/doc/contents.php @@ -32,5 +32,7 @@ echo ''; } + // Sloppy way to produce valid markup... there should be a print_footer_minimal(). + echo ''; ?>