summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-06 00:42:28 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-06 00:42:28 -0800
commitab6b1f47f0d970f7d857374d6ab0a196e4a61867 (patch)
tree6b77ea70d0065e1bc07869a7b0b6bd6b5787e3a1 /src/usr/local/www/firewall_rules.php
parentf225cb92509f15928d35d2815a558463cd0b34cf (diff)
downloadpfsense-ab6b1f47f0d970f7d857374d6ab0a196e4a61867.zip
pfsense-ab6b1f47f0d970f7d857374d6ab0a196e4a61867.tar.gz
HTML Compliance - Firewall / Rules / WAN
Attribute name not allowed on element table at this point. <table name="ruletable" class="table table-hover table-striped table-condensed"> Unclosed element div. End tag for body seen, but there were unclosed elements.
Diffstat (limited to 'src/usr/local/www/firewall_rules.php')
-rw-r--r--src/usr/local/www/firewall_rules.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index c5bd1b9..2a4c970 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -276,7 +276,7 @@ display_top_tabs($tab_array);
<div class="panel panel-default">
<div class="panel-heading"><?=gettext("Rules (Drag to change order)")?></div>
<div id="mainarea" class="table-responsive panel-body">
- <table name="ruletable" class="table table-hover table-striped table-condensed">
+ <table class="table table-hover table-striped table-condensed">
<thead>
<tr>
<th><!-- checkbox --></th>
@@ -724,6 +724,7 @@ for ($i = 0; isset($a_filter[$i]); $i++):
}
?>
</div>
+ </div>
</div>
<script type="text/javascript">
OpenPOWER on IntegriCloud