]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Fixed CGI outgoinggrp display bug.
authorChristian Schmidt <christian.schmidt@ipfire.org>
Sat, 9 Oct 2010 14:21:34 +0000 (16:21 +0200)
committerChristian Schmidt <christian.schmidt@ipfire.org>
Sat, 9 Oct 2010 14:21:34 +0000 (16:21 +0200)
config/rootfiles/core/41/filelists/files
html/cgi-bin/outgoinggrp.cgi

index 0037af183326a74f3cbb5f65b2cf4c007eea7bed..4174414259f1469d11abe19809bcb4e98b96fb90 100644 (file)
@@ -1 +1,2 @@
 etc/system-release
+srv/web/ipfire/cgi-bin/outgoinggrp.cgi
index f99468e4fcdec808b548641c9f4ebe1700facc33..a00db2a7411e06fb3f6322d8ab534374fc190ac5 100644 (file)
@@ -137,7 +137,7 @@ $ipgroupcontent =~ s/\n/<br \/>/g;
 &Header::openbox('100%', 'center', $Lang::tr{'outgoing firewall ip groups'});
 
 print <<END
-<a name="outgoing showipgroup"</a>
+<a name="outgoing showipgroup"></a>
 <br />
 <form method='post' action='$ENV{'SCRIPT_NAME'}#outgoing showipgroup'>
 <table width='95%' cellspacing='0'>
@@ -214,7 +214,7 @@ $macgroupcontent =~ s/\n/<br \/>/g;
 &Header::openbox('100%', 'center', $Lang::tr{'outgoing firewall mac groups'});
 
 print <<END
-<a name="outgoing showmacgroup"</a>
+<a name="outgoing showmacgroup"></a>
 <br />
 <form method='post' action='$ENV{'SCRIPT_NAME'}#outgoing showmacgroup'>
 <table width='95%' cellspacing='0'>