mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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);
|
$message = get_string('formatuninstallconfirm', 'admin', $format->displayname);
|
||||||
}
|
}
|
||||||
$deleteurl->param('confirm', 1);
|
$deleteurl->param('confirm', 1);
|
||||||
echo $OUTPUT->confirm($message, $deleteurl, $return);
|
echo $OUTPUT->confirm($message, $deleteurl, $return);
|
||||||
} else {
|
} else {
|
||||||
$a = new stdClass();
|
$a = new stdClass();
|
||||||
$a->plugin = $format->displayname;
|
$a->plugin = $format->displayname;
|
||||||
|
@ -128,4 +128,4 @@ switch ($action) {
|
||||||
echo $OUTPUT->footer();
|
echo $OUTPUT->footer();
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
redirect($return);
|
redirect($return);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue