From: mark-nielsen Date: Mon, 29 Jan 2007 06:43:22 +0000 (+0000) Subject: "Merged" in the fixed for MDL-8137 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ddaaceb4bb7534b40b741aac652d707a6a37ece9;p=moodle.git "Merged" in the fixed for MDL-8137 --- diff --git a/mod/lesson/highscores.php b/mod/lesson/highscores.php index 32daf09437..858f5eb7a3 100644 --- a/mod/lesson/highscores.php +++ b/mod/lesson/highscores.php @@ -139,7 +139,7 @@ case 'add': print_simple_box_start('center'); echo '
-
+ '; diff --git a/mod/lesson/view.php b/mod/lesson/view.php index 76102c01b4..6306358dc2 100644 --- a/mod/lesson/view.php +++ b/mod/lesson/view.php @@ -61,7 +61,7 @@ lesson_print_header($cm, $course, $lesson); echo "
\n"; print_simple_box_start('center'); - echo '' . "\n"; + echo '' . "\n"; echo '
'; echo '' . "\n"; if (optional_param('userpassword', 0, PARAM_CLEAN)) { @@ -524,7 +524,7 @@ // get the answers in a set order, the id order if ($answers = get_records("lesson_answers", "pageid", $page->id, "id")) { - echo ""; + echo ""; echo '
'; echo "id\" />"; echo "";