From 1ddd15afbddf4992bfac3b9bc63862b242aab599 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 7 Oct 2004 08:46:30 +0000 Subject: [PATCH] Changes for XHTML compatibility --- course/format/topics/format.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 3b2e65728d..0a563a648c 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -99,7 +99,7 @@ if ($thissection->summary or $thissection->sequence or isediting($course->id)) { echo ''; - echo "cellheading\" class=\"topicsoutlineside\" valign=\"top\" width=\"20\"> "; + echo "cellheading\" class=\"topicsoutlineside\" valign=\"top\" width=\"20\"> "; echo "cellcontent\" class=\"topicsoutlinecontent\" width=\"100%\">"; $summaryformatoptions->noclean = true; @@ -118,7 +118,7 @@ } echo ""; - echo "cellheading\" class=\"topicsoutlineside\" valign=\"top\" align=\"center\" width=\"10\">"; + echo "cellheading\" class=\"topicsoutlineside\" valign=\"top\" align=\"center\" width=\"10\">"; echo " "; echo "\"\""; } @@ -181,7 +181,7 @@ } echo ""; - echo ""; + echo ""; echo "

$section

"; echo ""; @@ -208,7 +208,7 @@ echo ""; } - echo ""; + echo ""; echo ""; if ($displaysection == $section) { // Show the zoom boxes @@ -249,6 +249,7 @@ } + echo ""; echo ""; echo ""; echo "\"\""; -- 2.39.5