HtmlFilter raises Error with malformed HTML tags
olivierpontier opened this issue · 2 comments
olivierpontier commented
Hi,
I encounter the following error TypeError: strcasecmp() expects parameter 2 to be string, null given
while I check HTML text with malformed tags like foo/>bar<br><br/>
.
This issue comes from here. The error is raised when the name of the tag is null.
icanhazstring commented
Fixed with #27
icanhazstring commented
Tagged with 2.1.2
https://github.com/mekras/php-speller/releases/tag/2.1.2