summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-13 11:26:22 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-13 11:26:22 -0500
commitd7c07b56ca1db8e0d479d2a08cdcf562787be442 (patch)
tree1deaddb4d0907737ed87154ae8114d109b94e048 /src/usr/local
parente76931e2acc6f98656c1c31ccdd94c20297810bb (diff)
downloadpfsense-d7c07b56ca1db8e0d479d2a08cdcf562787be442.zip
pfsense-d7c07b56ca1db8e0d479d2a08cdcf562787be442.tar.gz
Fix icon by including "fa" in class
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/firewall_nat_1to1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1.php b/src/usr/local/www/firewall_nat_1to1.php
index e1859bb..b7912c3 100644
--- a/src/usr/local/www/firewall_nat_1to1.php
+++ b/src/usr/local/www/firewall_nat_1to1.php
@@ -208,7 +208,7 @@ display_top_tabs($tab_array);
<td>
<a href="?act=toggle&amp;id=<?=$i?>">
- <i class="<?= ($iconfn == "pass") ? "fa-check":"fa-times"?>" title="<?=gettext("click to toggle enabled/disabled status")?>"></i>
+ <i class="fa <?= ($iconfn == "pass") ? "fa-check":"fa-times"?>" title="<?=gettext("click to toggle enabled/disabled status")?>"></i>
</a>
</td>
<td>
OpenPOWER on IntegriCloud