summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-24 00:35:42 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-24 00:35:42 -0700
commitf72e8ee199fd744c22e35b141763cedfac4b7a30 (patch)
tree1b9ec287919ed5b57163b0d0e34ed821c5e3ffac /src/usr
parent21b1367fee0d21071f7849d2684f8c0127fc3901 (diff)
downloadpfsense-f72e8ee199fd744c22e35b141763cedfac4b7a30.zip
pfsense-f72e8ee199fd744c22e35b141763cedfac4b7a30.tar.gz
HTML Compliance - Firewall / Rules
Error: Duplicate ID frrfc1918. <tr id=frrfc1918>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/firewall_rules.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index 105f673..ee07f4f 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -443,7 +443,7 @@ $columns_in_table = 13;
</tr>
<?php endif;?>
<?php if ($showprivate): ?>
- <tr id="frrfc1918">
+ <tr id="private">
<td></td>
<td title="<?=gettext("traffic is blocked")?>"><i class="fa fa-times text-danger"></i></td>
<td><?php print_states(intval(RFC1918_TRACKER)); ?></td>
@@ -462,7 +462,7 @@ $columns_in_table = 13;
</tr>
<?php endif;?>
<?php if ($showblockbogons): ?>
- <tr id="frrfc1918">
+ <tr id="bogons">
<td></td>
<td title="<?=gettext("traffic is blocked")?>"><i class="fa fa-times text-danger"></i></td>
<td><?php print_states(intval(BOGONS_TRACKER)); ?></td>
OpenPOWER on IntegriCloud