mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
Convert intro text to HTML
This commit is contained in:
parent
840aaba179
commit
305ce2b33c
@ -68,7 +68,7 @@
|
||||
|
||||
print_heading($quiz->name);
|
||||
|
||||
print_simple_box($quiz->intro, "CENTER");
|
||||
print_simple_box(text_to_html($quiz->intro), "CENTER");
|
||||
|
||||
if ($available) {
|
||||
echo "<P ALIGN=CENTER>".get_string("quizavailable", "quiz", userdate($quiz->timeclose));
|
||||
|
Loading…
x
Reference in New Issue
Block a user