summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-12-23 17:04:52 -0800
committerNOYB <Al_Stu@Frontier.com>2015-12-23 17:04:52 -0800
commit742844a50b96f4549f061aa31aabfa4038e95416 (patch)
tree79627ba5690c1af097d82144d7773cbcb6d26804 /src/usr
parentf8a6c824dc576bcd0de777f45cd73f8b626d4197 (diff)
downloadpfsense-742844a50b96f4549f061aa31aabfa4038e95416.zip
pfsense-742844a50b96f4549f061aa31aabfa4038e95416.tar.gz
HTML Compliance - System / Advanced / Firewall and NAT
Bad value 200000↩ for attribute placeholder on element input: Line feed not allowed. <input class="form-control" name="maximumtableentries" id="maximumtableentries" type="text" placeholder="200000↩"> Element ul not allowed as child of element span in this context. Contexts in which element ul may be used: Where flow content is expected. Content model for element span: Phrasing content. Close div tag Close php tag
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/system_advanced_firewall.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr/local/www/system_advanced_firewall.php b/src/usr/local/www/system_advanced_firewall.php
index 124e130..518b59e 100644
--- a/src/usr/local/www/system_advanced_firewall.php
+++ b/src/usr/local/www/system_advanced_firewall.php
@@ -621,7 +621,7 @@ if (count($config['interfaces']) > 1) {
'proxy' => 'NAT + proxy',
'purenat' => 'Pure NAT',
)
- ))->setHelp('<ul><li>The pure NAT mode uses a set of NAT rules to direct '.
+ ))->setHelp('</span><ul class="help-block"><li>The pure NAT mode uses a set of NAT rules to direct '.
'packets to the target of the port forward. It has better scalability, '.
'but it must be possible to accurately determine the interface and '.
'gateway IP used for communication with the target at the time the '.
@@ -634,7 +634,7 @@ if (count($config['interfaces']) > 1) {
'the time the rules are loaded. Reflection rules are not created for '.
'ranges larger than 500 ports and will not be used for more than 1000 '.
'ports total between all port forwards. Only TCP and UDP protocols are '.
- 'supported.</li></ul>Individual rules may be configured to override '.
+ 'supported.</li></ul><span class="help-block">Individual rules may be configured to override '.
'this system setting on a per-rule basis.');
$section->addInput(new Form_Input(
@@ -728,7 +728,7 @@ $form->add($section);
print $form;
-?>
+?></div>
<script type="text/javascript">
//<![CDATA[
events.push(function() {
@@ -768,3 +768,4 @@ events.push(function() {
</script>
<?php
include("foot.inc");
+?> \ No newline at end of file
OpenPOWER on IntegriCloud