From ddaaceb4bb7534b40b741aac652d707a6a37ece9 Mon Sep 17 00:00:00 2001 From: mark-nielsen Date: Mon, 29 Jan 2007 06:43:22 +0000 Subject: [PATCH] "Merged" in the fixed for MDL-8137 --- mod/lesson/highscores.php | 2 +- mod/lesson/view.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ""; -- 2.39.5