iptables.cgi: htmlcleanup, change html tags from uppercase to lowercase

This commit is contained in:
Alf Høgemark
2014-02-09 12:45:31 +01:00
parent d2d0d63139
commit 52ee27b200

View File

@@ -80,7 +80,7 @@ if ( $cgiparams{'selectedchain'} ne "" ){
print <<END
<DIV align='left'>
<div align='left'>
END
;
@@ -182,7 +182,7 @@ END
}
print "</td>\n</tr>\n";
}
print "</table></DIV><br />";
print "</table></div><br />";
&Header::closebox();
## MANGLE
@@ -202,7 +202,7 @@ if ( $cgiparams{'selectedchain'} ne "" ){
print <<END
<DIV align='left'>
<div align='left'>
END
;
@@ -309,7 +309,7 @@ END
}
print "</td>\n</tr>\n";
}
print "</table></DIV><br />";
print "</table></div><br />";
&Header::closebox();
## NAT
@@ -329,7 +329,7 @@ if ( $cgiparams{'selectedchain'} ne "" ){
print <<END
<DIV align='left'>
<div align='left'>
END
;
@@ -429,11 +429,11 @@ END
}
print "</td>\n</tr>\n";
}
print "</table></DIV><br />";
print "</table></div><br />";
&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");
system(rm -f "/srv/web/ipfire/html/iptablesnat.txt");