diff --git a/question/export_form.php b/question/export_form.php index 95289956b58..0d5ade3d4da 100644 --- a/question/export_form.php +++ b/question/export_form.php @@ -58,7 +58,7 @@ class question_export_form extends moodleform { if (get_string_manager()->string_exists('pluginname_help', 'qformat_' . $shortname)) { $separator .= $OUTPUT->help_icon('pluginname', 'qformat_' . $shortname); } - $separator .= '
'; + $separator .= '
'; $separators[] = $separator; }