This fixes Bug #0000656 - IE8 showes outgoinggrp.cgi in the correct way.

This commit is contained in:
Jan Paul Tuecking
2010-06-18 22:40:23 +02:00
parent 14e30babc3
commit d47236e0de

View File

@@ -107,7 +107,6 @@ $ipgroupcontent =~ s/\n/<br \/>/g;
&Header::openbox('100%', 'center', $Lang::tr{'outgoing firewall ip groups'});
print <<END
<a name="outgoing showipgroup"</a>
<br />
<form method='post' action='$ENV{'SCRIPT_NAME'}#outgoing showipgroup'>
<table width='95%' cellspacing='0'>
@@ -210,4 +209,4 @@ END
&Header::closebigbox();
&Header::closepage();
exit 0;
}
}