From: mchurch Date: Tue, 22 Jan 2008 20:38:12 +0000 (+0000) Subject: Closing the middle column div tag. XHTML compliance. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2119c1514c77d91ac01df803b154d52da258e855;p=moodle.git Closing the middle column div tag. XHTML compliance. --- diff --git a/course/format/topics/format.php b/course/format/topics/format.php index bd8bfeb77b..d2df141caf 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -291,6 +291,7 @@ } print_container_end(); + echo ''; echo ''; echo '
'; diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php index c3f0ca2b43..7ad603e2d4 100644 --- a/course/format/weeks/format.php +++ b/course/format/weeks/format.php @@ -282,6 +282,7 @@ } print_container_end(); + echo ''; echo ''; echo '
';