From: moodler Date: Mon, 26 May 2003 06:58:10 +0000 (+0000) Subject: Removed the non-breaking space   from the section summaries because X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=399266ce4031b8c3782d627f16915874eccdaf88;p=moodle.git Removed the non-breaking space   from the section summaries because it would cause problems when the summary ended in a URL --- diff --git a/course/topics.php b/course/topics.php index 234aa0da3d..fb739a163c 100644 --- a/course/topics.php +++ b/course/topics.php @@ -100,7 +100,7 @@ echo "cellcontent\" class=\"topicsoutlinecontent\" width=\"100%\">"; if (isediting($course->id)) { - $thissection->summary .= " summary .= " id\">\"$streditsummary\"

"; } @@ -177,7 +177,7 @@ echo ""; if (isediting($course->id)) { - $thissection->summary .= " id>". + $thissection->summary .= " id>". ""; } diff --git a/course/weeks.php b/course/weeks.php index 3e04c04ede..daabd6c80f 100644 --- a/course/weeks.php +++ b/course/weeks.php @@ -89,7 +89,7 @@ echo "cellcontent\" class=\"weeklyoutlinecontent\" width=\"100%\">"; if (isediting($course->id)) { - $thissection->summary .= " summary .= " id\">\"$streditsummary\"

"; } @@ -178,7 +178,7 @@ echo "

$weekday - $endweekday

"; if (isediting($course->id)) { - $thissection->summary .= " id\">". + $thissection->summary .= " id\">". "

"; }