summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-16 17:04:10 +0000
committerErmal <eri@pfsense.org>2010-09-16 17:04:10 +0000
commit8af8524efc0de9313b497f90bd03706419bb3dba (patch)
tree6a694d51ce7ec950b2ada0715739ebd83ae029db /usr/local/www/system_gateway_groups.php
parent99c613527106c165d3d3fc662bc1ef9546a6718d (diff)
downloadpfsense-8af8524efc0de9313b497f90bd03706419bb3dba.zip
pfsense-8af8524efc0de9313b497f90bd03706419bb3dba.tar.gz
Whitespace fixes.
Diffstat (limited to 'usr/local/www/system_gateway_groups.php')
-rwxr-xr-xusr/local/www/system_gateway_groups.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/system_gateway_groups.php b/usr/local/www/system_gateway_groups.php
index f767aff..80551ae 100755
--- a/usr/local/www/system_gateway_groups.php
+++ b/usr/local/www/system_gateway_groups.php
@@ -134,8 +134,7 @@ include("head.inc");
<td class="listlr" ondblclick="document.location='system_gateway_groups_edit.php?id=<?=$i;?>';">
<?php
echo $gateway_group['name'];
- ?>
-
+ ?>
</td>
<td class="listr" ondblclick="document.location='system_gateway_groups_edit.php?id=<?=$i;?>';">
<?php
@@ -154,7 +153,7 @@ include("head.inc");
?>
</td>
<td class="listbg" ondblclick="document.location='system_gateway_groups_edit.php?id=<?=$i;?>';">
- <?=htmlspecialchars($gateway_group['descr']);?>&nbsp;
+ <?=htmlspecialchars($gateway_group['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">
OpenPOWER on IntegriCloud