Details
-
Task
-
Resolution: Fixed
-
Major
-
None
-
None
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.