From: moodler Date: Wed, 10 Mar 2004 09:49:31 +0000 (+0000) Subject: Format intro on attempts as well. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a69ffecd9c058471b8cad98424a54400315925c9;p=moodle.git Format intro on attempts as well. --- diff --git a/mod/quiz/attempt.php b/mod/quiz/attempt.php index b42e0ef4e9..19c6f14ecf 100644 --- a/mod/quiz/attempt.php +++ b/mod/quiz/attempt.php @@ -185,7 +185,7 @@ } print_heading(get_string("attempt", "quiz", $attemptnumber)); - print_simple_box(text_to_html($quiz->intro), "CENTER"); + print_simple_box(format_text($quiz->intro), "CENTER"); /// Add the javascript timer in the title bar if the closing time appears close