diff --git a/course/format/topics/format.php b/course/format/topics/format.php
index a7fcd1418c9..ece13953549 100644
--- a/course/format/topics/format.php
+++ b/course/format/topics/format.php
@@ -224,12 +224,12 @@
}
if ($section > 1) { // Add a arrow to move section up
- echo ''.
+ echo ''.
'
';
}
if ($section < $course->numsections) { // Add a arrow to move section down
- echo ''.
+ echo ''.
'
';
}
diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php
index 7a190ed0092..1cca2cef8b1 100644
--- a/course/format/weeks/format.php
+++ b/course/format/weeks/format.php
@@ -76,7 +76,7 @@
echo $stractivityclipboard.' ('.$strcancel.')';
echo '';
echo '';
- }
+ }
/// Print Section 0 with general activities
@@ -215,12 +215,12 @@
'
';
}
if ($section > 1) { // Add a arrow to move section up
- echo ''.
+ echo ''.
'
';
}
if ($section < $course->numsections) { // Add a arrow to move section down
- echo ''.
+ echo ''.
'
';
}
}