diff options
author | Ermal <eri@pfsense.org> | 2010-09-16 17:04:10 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-09-16 17:04:10 +0000 |
commit | 8af8524efc0de9313b497f90bd03706419bb3dba (patch) | |
tree | 6a694d51ce7ec950b2ada0715739ebd83ae029db | |
parent | 99c613527106c165d3d3fc662bc1ef9546a6718d (diff) | |
download | pfsense-8af8524efc0de9313b497f90bd03706419bb3dba.zip pfsense-8af8524efc0de9313b497f90bd03706419bb3dba.tar.gz |
Whitespace fixes.
-rwxr-xr-x | usr/local/www/system_gateway_groups.php | 5 |
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']);?> + <?=htmlspecialchars($gateway_group['descr']);?> </td> <td valign="middle" nowrap class="list"> <table border="0" cellspacing="0" cellpadding="1"> |