]> git.mjollnir.org Git - moodle.git/commitdiff
Format intro on attempts as well.
authormoodler <moodler>
Wed, 10 Mar 2004 09:49:31 +0000 (09:49 +0000)
committermoodler <moodler>
Wed, 10 Mar 2004 09:49:31 +0000 (09:49 +0000)
mod/quiz/attempt.php

index b42e0ef4e91f93a939035ceb2c33d735eede9b31..19c6f14ecfb608e99c61b56dde7e02bd7551eb42 100644 (file)
     }
 
     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