mirror of
https://github.com/webmin/webmin.git
synced 2026-06-05 04:40:24 +01:00
Fix partial print
This commit is contained in:
@@ -18,8 +18,9 @@ if (!$can_view_saved &&
|
||||
}
|
||||
my $partial = $in{'partial'};
|
||||
if (!$partial) {
|
||||
ui_print_header(nft_version_text(), $text{'index_title'}, "", "intro", 1, 1,
|
||||
undef, restart_button());
|
||||
ui_print_header(nft_version_text() || "",
|
||||
$text{'index_title'}, "", "intro", 1, 1,
|
||||
undef, restart_button());
|
||||
}
|
||||
|
||||
# Check for nft command
|
||||
|
||||
Reference in New Issue
Block a user