From 399266ce4031b8c3782d627f16915874eccdaf88 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 26 May 2003 06:58:10 +0000 Subject: [PATCH] Removed the non-breaking space   from the section summaries because it would cause problems when the summary ended in a URL --- course/topics.php | 4 ++-- course/weeks.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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\">". "

"; } -- 2.39.5