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.
* 'Status_-_System_Logs_-_Consolidation' of https://github.com/NOYB/pfsense:
Redmine #5731 Error when setting various system log settings from factory default config
HTML Compliance - Status - System Logs - Firewall Summary View
Fixup AJAX stuff so dynamic updating works.
Rename functions per Phil suggestions.
Remove commented out test code.
Can' t do that here. Remove space between php tags.
Status - System Logs - Consolidate - Firewall Summary View
Status - System Logs - Consolidate - Firewall Dynamic View
Status - System Logs - Consolidate - Common Functions
The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.
The <a> name attribute is not supported in HTML5. Use the id attribute instead.
Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class
<input class="form-control" name="source" id="source" type="text" pattern="[0-9, a-z, A-Z and .">
<input class="form-control" name="destination" id="destination" type="text" value="" pattern="[0-9, a-z, A-Z and .">
Element ul not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
Contexts in which element ul may be used:
Where flow content is expected.
Content model for element span:
Phrasing content.
Element br not allowed as child of element ul in this context. (Suppressing further errors from this subtree.)
Contexts in which element br may be used:
Where phrasing content is expected.
Content model for element ul:
Zero or more li and script-supporting elements.