diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php
index 707852b316e..2c1be8c1a33 100644
--- a/course/format/weeks/format.php
+++ b/course/format/weeks/format.php
@@ -183,7 +183,7 @@
if (isediting($course->id)) {
echo ' '.
- '
';
+ '
';
}
echo '';
@@ -203,25 +203,25 @@
} else {
$strshowonlyweek = get_string("showonlyweek", "", $section);
echo ''.
- '
';
+ '
';
}
if (isediting($course->id)) {
if ($thissection->visible) { // Show the hide/show eye
echo ''.
- '
';
+ '
';
} else {
echo ''.
- '
';
+ '
';
}
if ($section > 1) { // Add a arrow to move section up
echo ''.
- '
';
+ '
';
}
if ($section < $course->numsections) { // Add a arrow to move section down
echo ''.
- '
';
+ '
';
}
}