"MDL-17710, remove extra div, merged from 1.9"
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@
|
||||
if (trim(strip_tags($quiz->intro))) {
|
||||
$formatoptions->noclean = true;
|
||||
$formatoptions->para = false;
|
||||
print_box('<div>'.format_text($quiz->intro, FORMAT_MOODLE, $formatoptions).'</div>', 'generalbox', 'intro');
|
||||
print_box(format_text($quiz->intro, FORMAT_MOODLE, $formatoptions), 'generalbox', 'intro');
|
||||
}
|
||||
|
||||
/// Display information about this quiz.
|
||||
|
||||
Reference in New Issue
Block a user