mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove an extra newline.
This commit is contained in:
parent
e1531d0066
commit
497fa5ed30
@ -101,7 +101,7 @@ switch($_GET['mode']) {
|
||||
delete_package($_GET['pkg'] . '-' . $_GET['version']);
|
||||
delete_package_xml($_GET['pkg']);
|
||||
update_status("Package deleted.");
|
||||
$static_output .= "\n\nPackage deleted.";
|
||||
$static_output .= "\nPackage deleted.";
|
||||
update_output_window($static_output);
|
||||
break;
|
||||
case "reinstallpkg":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user