diff --git a/course/topics.php b/course/topics.php index 234aa0da3d9..fb739a163c7 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 3e04c04ede8..daabd6c80ff 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\">". "

"; }