From: vyshane Date: Mon, 8 Jan 2007 07:38:29 +0000 (+0000) Subject: xhtml fixes. MDL-7861 related X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2139364fbfa0495189c462f21f299c269614cd37;p=moodle.git xhtml fixes. MDL-7861 related --- diff --git a/question/preview.php b/question/preview.php index f8e628acba..4f109bb020 100644 --- a/question/preview.php +++ b/question/preview.php @@ -183,7 +183,7 @@ print_heading($strpreview); if (!empty($quizid)) { - echo '

'.get_string('modulename', 'quiz') . ': '; + echo '

'.get_string('modulename', 'quiz') . ': '; p($quiz->name); echo "

\n"; } @@ -196,7 +196,7 @@ print_question($questions[$id], $curstate, $number, $quiz, $options); echo '
'; - echo '
'; + echo '
'; // Print the mark and finish attempt buttons echo '"; - echo '
'; + echo ''; echo ''; print_footer(); ?>