]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
This fixes Bug #0000656 - IE8 showes outgoinggrp.cgi in the correct way.
authorJan Paul Tuecking <earl@ipfire.org>
Fri, 18 Jun 2010 20:40:23 +0000 (22:40 +0200)
committerJan Paul Tuecking <earl@ipfire.org>
Fri, 18 Jun 2010 20:40:23 +0000 (22:40 +0200)
html/cgi-bin/outgoinggrp.cgi

index 69656d07294c7c7533a6e5d47d72052550f0e9bd..d8c6e04c23e32e4c367dc1e6e987767fa34b6e6c 100644 (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;
-}
\ No newline at end of file
+}