From 2119c1514c77d91ac01df803b154d52da258e855 Mon Sep 17 00:00:00 2001 From: mchurch Date: Tue, 22 Jan 2008 20:38:12 +0000 Subject: [PATCH] Closing the middle column div tag. XHTML compliance. --- course/format/topics/format.php | 1 + course/format/weeks/format.php | 1 + 2 files changed, 2 insertions(+) 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 '
'; -- 2.39.5