mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix output print
This commit is contained in:
@@ -35,7 +35,7 @@ if ($got) {
|
||||
$text{'imod_title'}, "");
|
||||
|
||||
print &text('imod_alldoing', "<tt>".&html_escape($in{'mod'})."</tt>",
|
||||
$ver),"<p>\n";
|
||||
$ver),"<br>\n";
|
||||
|
||||
my $ok = 0;
|
||||
foreach my $pkg (@poss) {
|
||||
@@ -57,13 +57,13 @@ foreach my $pkg (@poss) {
|
||||
}
|
||||
if ($ok) {
|
||||
print &text('imod_alldone',
|
||||
"<tt>".&html_escape($ok)."</tt>"),"<p>\n";
|
||||
"<tt>".&html_escape($ok)."</tt>");
|
||||
&graceful_apache_restart($in{'file'});
|
||||
&webmin_log("imod", undef, $in{'file'}, { 'mod' => $in{'mod'} });
|
||||
}
|
||||
else {
|
||||
print &text('imod_allfailed',
|
||||
"<tt>".&html_escape(join(" ", @poss))."</tt>"),"<p>\n";
|
||||
"<tt>".&html_escape(join(" ", @poss))."</tt>");
|
||||
}
|
||||
|
||||
&ui_print_footer("edit_mods.cgi?file=".&urlize($in{'file'}),
|
||||
|
||||
Reference in New Issue
Block a user