mekras/php-speller

HtmlFilter raises Error with malformed HTML tags

olivierpontier opened this issue · 2 comments

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.

Fixed with #27