From 869173d7c6bd918536bb8d851e802a1111ed2aac Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sat, 16 May 2026 12:55:07 +0200 Subject: [PATCH] Fix partial print --- nftables/index.cgi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nftables/index.cgi b/nftables/index.cgi index c79eb13aa..b7e394850 100755 --- a/nftables/index.cgi +++ b/nftables/index.cgi @@ -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