Fix not to print unnecessary horizontal line

* Note: we're already inside the container
This commit is contained in:
Ilia Ross
2025-06-28 15:02:23 +03:00
parent d087f9f024
commit ee39f99d23

View File

@ -97,7 +97,6 @@ if ($in{'need_unlink'}) {
"delete_file.cgi?file=".
&urlize($in{'file'})),"<p>\n";
}
print &ui_hr();
&ui_print_footer("", $text{'index_return'});
exit;
}