When allowing <img> tags by using
$string = Sanitizer:removeHTMLtags( $string, null, array(), array( "img" ) );
this fails:
Sanitizer htmlescapes the _closed_ img tag even when I say by using the allowed tag array( "img" ) that I want allow it and the tag should not be escaped.
Can parser and sanitizer experts please have look into this singular problem and repair it ?
Version: 1.20.x
Severity: normal