diff --git a/course/format/weekscss/format.php b/course/format/weekscss/format.php
index 677d7ef9dba..0dd033a9526 100644
--- a/course/format/weekscss/format.php
+++ b/course/format/weekscss/format.php
@@ -126,7 +126,7 @@
if (isediting($course->id)) {
echo '
';
+ ' class="icon icon11" alt="'.$streditsummary.'" />
';
}
echo '';
@@ -217,7 +217,7 @@
if (isediting($course->id)) {
echo ' '.
- '
';
+ '
';
}
echo '';
@@ -233,29 +233,29 @@
if ($displaysection == $section) {
echo ''.
- '
';
+ '
';
} 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 ''.
- '
';
+ '
';
}
}