Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Content Filtering
-
Labels:None
-
Similar issues:
Description
The filter should remove the head section of the document.
The problem is the filter tries to find "<head>" and "</head>" in the HTML, but the head node can have attributes, so the filter must identify "<head" (opened) and "</head>" tags.