summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateway_groups.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-10-28 10:27:11 +0545
committerStephen Beaver <sbeaver@netgate.com>2015-10-28 10:04:42 -0400
commit36b3fd58dc4117fe628854e212787f85f7310218 (patch)
treede3c83036cec157f81c4030e1f0576a27937f5d6 /src/usr/local/www/system_gateway_groups.php
parentbbfa7874397a890fc89651b9d144ffc58d268026 (diff)
downloadpfsense-36b3fd58dc4117fe628854e212787f85f7310218.zip
pfsense-36b3fd58dc4117fe628854e212787f85f7310218.tar.gz
system_gateway_groups pair up double-quotes
Diffstat (limited to 'src/usr/local/www/system_gateway_groups.php')
-rw-r--r--src/usr/local/www/system_gateway_groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateway_groups.php b/src/usr/local/www/system_gateway_groups.php
index 087be49..a503cf3 100644
--- a/src/usr/local/www/system_gateway_groups.php
+++ b/src/usr/local/www/system_gateway_groups.php
@@ -158,7 +158,7 @@ foreach ($a_gateway_groups as $gateway_group):
<?=htmlspecialchars($gateway_group['descr'])?>
</td>
<td>
- <a href="system_gateway_groups_edit.php?id=<?=$i?>" class="fa fa-pencil" title=<?=gettext('Edit')?>"></a>
+ <a href="system_gateway_groups_edit.php?id=<?=$i?>" class="fa fa-pencil" title="<?=gettext('Edit')?>"></a>
<a href="system_gateway_groups_edit.php?dup=<?=$i?>" class="fa fa-clone" title="<?=gettext('Copy')?>"></a>
<a href="system_gateway_groups.php?act=del&amp;id=<?=$i?>" class="fa fa-trash" title="<?=gettext('Delete')?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this group?")?>')"></a>
</td>
OpenPOWER on IntegriCloud