From 44ff1b8791a03be8b428d2b9e982f5b1ee3f8b5c Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 7 Oct 2004 09:18:33 +0000 Subject: [PATCH] Changes for XHTML compatibility --- course/format/topics/format.php | 2 +- course/format/weeks/format.php | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 0a563a648c..433f03cb6d 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -252,7 +252,7 @@ echo ""; echo ""; echo ""; - echo "\"\""; + echo "\"\""; } $section++; diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php index 95f8422cc8..c9a7e69846 100644 --- a/course/format/weeks/format.php +++ b/course/format/weeks/format.php @@ -88,7 +88,7 @@ if ($thissection->summary or $thissection->sequence or isediting($course->id)) { echo ""; - echo "cellheading\" class=\"weeklyoutlineside\" valign=\"top\" width=\"20\"> "; + echo "cellheading\" class=\"weeklyoutlineside\" valign=\"top\" width=\"20\"> "; echo "cellcontent\" class=\"weeklyoutlinecontent\" width=\"100%\">"; $summaryformatoptions->noclean = true; @@ -107,7 +107,7 @@ } echo ""; - echo "cellheading\" class=\"weeklyoutlineside\" valign=\"top\" align=\"center\" width=\"10\">"; + echo "cellheading\" class=\"weeklyoutlineside\" valign=\"top\" align=\"center\" width=\"10\">"; echo " "; echo "\"\""; } @@ -169,7 +169,7 @@ } echo ""; - echo ""; + echo ""; echo "

$section

"; echo ""; @@ -201,7 +201,7 @@ echo ""; } - echo ""; + echo ""; echo ""; if ($displaysection == $section) { @@ -233,7 +233,8 @@ } } - + + echo ""; echo ""; echo ""; echo "\"\""; -- 2.39.5