Author: netocrat
Description:
Sanitizer::removeHTMLtags('Table not started</td></tr></table>')
returns:
Table not started</td></tr></table>
Expected:
Table not started</td></tr></table>
After applying the attached patch the function output is as expected.
[the above itself may be garbled due to the bug - I don't know if it's present
in bugzilla and if output of this description depends on it. To clarify if
that's the case: the pre-patch return only escapes the < and > delimiters for
the closing table tag; post-patch they are also escaped for the closing td and
tr tags]
Version: 1.6.x
Severity: trivial