Fix output print

This commit is contained in:
Ilia Ross
2025-07-26 23:29:50 +03:00
parent 10790ccc7f
commit 54bb5eac1e

View File

@@ -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'}),