mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
ids.cgi: Fix unmatched curly bracket and trailing whitespaces
The former causes this CGI to crash with an HTTP error 500. Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
@@ -1522,7 +1522,7 @@ sub show_customize_ruleset() {
|
||||
print"var hide = \"$Lang::tr{'ids hide'}\"\;\n";
|
||||
|
||||
print <<END
|
||||
// Tiny java script function to show/hide the rules
|
||||
// Tiny javascript function to show/hide the rules
|
||||
// of a given category.
|
||||
function showhide(tblname) {
|
||||
\$("#" + tblname).toggle();
|
||||
@@ -1643,7 +1643,6 @@ END
|
||||
END
|
||||
;
|
||||
&Header::closebox();
|
||||
}
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user