diff --git a/index.cgi b/index.cgi index f2fa355..0f71487 100644 --- a/index.cgi +++ b/index.cgi @@ -21,7 +21,7 @@ foreach my $jail (@sections) { [ {'type' => 'checkbox', 'name' => 'd', 'value' => $jail}, "" . &html_escape($jail) . "", - $jk_init_ini->val("$jail", 'comment') + $jk_init_ini->val("$jail", 'comment') || "" ] ); }