summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-16 00:34:10 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-16 00:34:10 -0700
commit803de8ce37d13e63185dfa937291622367666198 (patch)
treea7ec4bd9249edb2fec3708f65dba39c2639a39b7 /src
parent0e334a37f4d2dcf6352ed11a61e2447a6907e36d (diff)
downloadpfsense-803de8ce37d13e63185dfa937291622367666198.zip
pfsense-803de8ce37d13e63185dfa937291622367666198.tar.gz
HTML Compliance - Firewall / Aliases / Bulk Import
Error: Element ul not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/www/firewall_aliases_import.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_aliases_import.php b/src/usr/local/www/firewall_aliases_import.php
index acfe63d..4230a14 100755
--- a/src/usr/local/www/firewall_aliases_import.php
+++ b/src/usr/local/www/firewall_aliases_import.php
@@ -219,9 +219,9 @@ $section->addInput(new Form_Textarea(
'import separated by a carriage return. Common examples are lists of IPs, '.
'networks, blacklists, etc.The list may contain IP addresses, with or without '.
'CIDR prefix, IP ranges, blank lines (ignored) and an optional description after '.
- 'each IP. e.g.:<ul><li>172.16.1.2</li><li>172.16.0.0/24</li><li>10.11.12.100-'.
+ 'each IP. e.g.:</span><ul><li>172.16.1.2</li><li>172.16.0.0/24</li><li>10.11.12.100-'.
'10.11.12.200</li><li>192.168.1.254 Home router</li><li>10.20.0.0/16 Office '.
- 'network</li><li>10.40.1.10-10.40.1.19 Managed switches</li></ul>');
+ 'network</li><li>10.40.1.10-10.40.1.19 Managed switches</li></ul><span class="help-block">');
$form->add($section);
print $form;
OpenPOWER on IntegriCloud