From 52ee27b200e19a8a11a8b2a8c83f18e31a517b55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alf=20H=C3=B8gemark?= Date: Sun, 9 Feb 2014 12:45:31 +0100 Subject: [PATCH] iptables.cgi: htmlcleanup, change html tags from uppercase to lowercase --- html/cgi-bin/iptables.cgi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/html/cgi-bin/iptables.cgi b/html/cgi-bin/iptables.cgi index 886330d0e2..d456375891 100644 --- a/html/cgi-bin/iptables.cgi +++ b/html/cgi-bin/iptables.cgi @@ -80,7 +80,7 @@ if ( $cgiparams{'selectedchain'} ne "" ){ print < +
END ; @@ -182,7 +182,7 @@ END } print "\n\n"; } -print "

"; +print "
"; &Header::closebox(); ## MANGLE @@ -202,7 +202,7 @@ if ( $cgiparams{'selectedchain'} ne "" ){ print < +
END ; @@ -309,7 +309,7 @@ END } print "\n\n"; } -print "

"; +print "
"; &Header::closebox(); ## NAT @@ -329,7 +329,7 @@ if ( $cgiparams{'selectedchain'} ne "" ){ print < +
END ; @@ -429,11 +429,11 @@ END } print "\n\n"; } -print "

"; +print "
"; &Header::closebox(); &Header::closebigbox(); &Header::closepage(); system(rm -f "/srv/web/ipfire/html/iptables.txt"); system(rm -f "/srv/web/ipfire/html/iptablesmangle.txt"); -system(rm -f "/srv/web/ipfire/html/iptablesnat.txt"); \ No newline at end of file +system(rm -f "/srv/web/ipfire/html/iptablesnat.txt"); -- 2.39.2