mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-35260 - fix trailing whitespace
This commit is contained in:
parent
1fc59b22de
commit
3f798d4a3d
@ -115,7 +115,7 @@ switch ($action) {
|
||||
$message = get_string('formatuninstallconfirm', 'admin', $format->displayname);
|
||||
}
|
||||
$deleteurl->param('confirm', 1);
|
||||
echo $OUTPUT->confirm($message, $deleteurl, $return);
|
||||
echo $OUTPUT->confirm($message, $deleteurl, $return);
|
||||
} else {
|
||||
$a = new stdClass();
|
||||
$a->plugin = $format->displayname;
|
||||
@ -128,4 +128,4 @@ switch ($action) {
|
||||
echo $OUTPUT->footer();
|
||||
exit;
|
||||
}
|
||||
redirect($return);
|
||||
redirect($return);
|
||||
|
Loading…
x
Reference in New Issue
Block a user