mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
Merge branch 'MDL-68584-master' of git://github.com/lucaboesch/moodle
This commit is contained in:
commit
2c41fe81e8
@ -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 .= '<br>';
|
||||
$separator .= '<div class="w-100"></div>';
|
||||
$separators[] = $separator;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user