diff --git a/mod/lesson/locallib.php b/mod/lesson/locallib.php
index dad672e5815..359ea027ae3 100644
--- a/mod/lesson/locallib.php
+++ b/mod/lesson/locallib.php
@@ -245,13 +245,13 @@ function lesson_print_header($cm, $course, $lesson, $currenttab = '') {
$button = '
';
}
diff --git a/mod/lesson/mediafile.php b/mod/lesson/mediafile.php
index 61ad4def9c6..4a9acd9dc6a 100644
--- a/mod/lesson/mediafile.php
+++ b/mod/lesson/mediafile.php
@@ -36,9 +36,9 @@
if ($lesson->mediaclose) {
echo '';
}
diff --git a/mod/lesson/view.php b/mod/lesson/view.php
index 20800b2e012..be8a0588c46 100644
--- a/mod/lesson/view.php
+++ b/mod/lesson/view.php
@@ -73,7 +73,7 @@
''. get_string('cancel', 'lesson') .' ';
lesson_print_submit_link(get_string('continue', 'lesson'), 'password', 'center', 'standardbutton submitbutton');
- echo '';
+ echo '';
print_simple_box_end();
echo "\n";
print_footer($course);
@@ -688,14 +688,14 @@
}
// Each button must have its own form inorder for it to work with JavaScript turned off
$button = "';
$buttons[$type][] = $button;
@@ -755,7 +755,7 @@
} else {
// a page without answers - find the next (logical) page
echo "\n";
}
@@ -954,14 +954,14 @@
echo ''.get_string("youmadehighscore", "lesson", $lesson->maxhighscores).
'
';
} else {
echo get_string("nothighscore", "lesson", $lesson->maxhighscores)."
";