]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Forward Firewall: wrong <font> Tag leads to a sidemenu with small font
authorAlexander Marx <amarx@ipfire.org>
Tue, 5 Mar 2013 10:21:13 +0000 (11:21 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:11:54 +0000 (14:11 +0200)
html/cgi-bin/forwardfw.cgi

index 24dbe293d3b8eca48aee0a89a2c66ff999ad1076..8ffc200c99c30a57e36dd2a9d7470282cecf9faf 100755 (executable)
@@ -575,7 +575,7 @@ END
        print "$Lang::tr{'outgoing firewall reset'}: <input type='submit' name='ACTION' value='$Lang::tr{'reset'}' /><input type='hidden' name='poltype' value='outgoing' /></tr>";
        print "</table></form>";
        &Header::closebox();
-       print "<br><br><div align='right'><font size='1' color='grey'>Version: $VERSION</div>";
+       print "<br><br><div align='right'><font size='1' color='grey'>Version: $VERSION</font></div>";
 }
 
 sub changerule