From 54bb5eac1e121967974f8d7e40cbf2500221f79c Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sat, 26 Jul 2025 23:29:50 +0300 Subject: [PATCH] Fix output print --- phpini/install_mod.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpini/install_mod.cgi b/phpini/install_mod.cgi index c2cb5a4d1..2a91c98b9 100755 --- a/phpini/install_mod.cgi +++ b/phpini/install_mod.cgi @@ -35,7 +35,7 @@ if ($got) { $text{'imod_title'}, ""); print &text('imod_alldoing', "".&html_escape($in{'mod'})."", - $ver),"

\n"; + $ver),"
\n"; my $ok = 0; foreach my $pkg (@poss) { @@ -57,13 +57,13 @@ foreach my $pkg (@poss) { } if ($ok) { print &text('imod_alldone', - "".&html_escape($ok).""),"

\n"; + "".&html_escape($ok).""); &graceful_apache_restart($in{'file'}); &webmin_log("imod", undef, $in{'file'}, { 'mod' => $in{'mod'} }); } else { print &text('imod_allfailed', - "".&html_escape(join(" ", @poss)).""),"

\n"; + "".&html_escape(join(" ", @poss)).""); } &ui_print_footer("edit_mods.cgi?file=".&urlize($in{'file'}),