Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
1.1 M2
-
None
-
patch,isAdvancedContent, regex, html
-
Description
Detecting HTML content could be improved:
instead of generating a list with all the html tags matched in the content and looking if the list is not empty,
we should simply try to find a match.
see attached patch.