mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
MDL-35260 - fix trailing whitespace
This commit is contained in:
parent
3c9b489820
commit
8eb1180269
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue