diff --git a/course/format/lams/format.php b/course/format/lams/format.php
index 857017e7250..680d0fa5b42 100644
--- a/course/format/lams/format.php
+++ b/course/format/lams/format.php
@@ -283,28 +283,28 @@ while ($section <= $course->numsections) {
if (isediting($course->id)) {
if ($course->marker == $section) { // Show the "light globe" on/off
echo ''.
- '
';
+ '
';
} else {
echo ''.
- '
';
+ '
';
}
if ($thissection->visible) { // Show the hide/show eye
echo ''.
- '
';
+ '
';
} else {
- echo ''.
- '
';
+ echo ''.
+ '
';
}
if ($section > 1) { // Add a arrow to move section up
echo ''.
- '
';
+ '
';
}
if ($section < $course->numsections) { // Add a arrow to move section down
echo ''.
- '
';
+ '
';
}
}
diff --git a/course/format/topics/format.php b/course/format/topics/format.php
index e74baedde56..198bfd89975 100644
--- a/course/format/topics/format.php
+++ b/course/format/topics/format.php
@@ -221,8 +221,8 @@
echo ''.
'
';
} else {
- echo ''.
- '
';
+ echo ''.
+ '
';
}
if ($section > 1) { // Add a arrow to move section up
diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php
index b20ea63b818..72e8198a78b 100644
--- a/course/format/weeks/format.php
+++ b/course/format/weeks/format.php
@@ -213,8 +213,8 @@
echo ''.
'
';
} else {
- echo ''.
- '
';
+ echo ''.
+ '
';
}
if ($section > 1) { // Add a arrow to move section up
echo ''.
diff --git a/course/format/weekscss/format.php b/course/format/weekscss/format.php
index e7a1e4b739e..f0192bbec7c 100644
--- a/course/format/weekscss/format.php
+++ b/course/format/weekscss/format.php
@@ -217,8 +217,8 @@
echo ''.
'
';
} else {
- echo ''.
- '
';
+ echo ''.
+ '
';
}
if ($section > 1) { // Add a arrow to move section up
echo ''.