]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
location-block.cgi: avoid unnecessary line break
authorPeter Müller <peter.mueller@ipfire.org>
Tue, 3 Nov 2020 10:59:02 +0000 (11:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Nov 2020 23:31:44 +0000 (23:31 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/location-block.cgi

index 3bc3a1e76432fb17843e68b82dc7f120fe8cfaa3..5bd70dfb5d9038234d0c930163f09b567eda9528 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2014 - 2020 IPFire Developemnt Team <info@ipfire.org>         #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -103,7 +103,7 @@ print"<form method='POST' action='$ENV{'SCRIPT_NAME'}'>\n";
 print <<END;
        <table width='95%'>
                <tr>
-                       <td width='25%' class='base'>$Lang::tr{'locationblock enable feature'}
+                       <td width='50%' class='base'>$Lang::tr{'locationblock enable feature'}
                        <td><input type='checkbox' name='LOCATIONBLOCK_ENABLED' $checked></td>
                </tr>
                <tr>