Author: rene.kijewski
Description:
Currently #iferror catches errors if and only if it is the only class applied to a (strong|span|p|div). I'd propose to change ParserFunctions.php's line 136 to test the string against
<(?:strong|span|p|div)\s[^>]*?class="(?:[^" ]* +)*error(?: +[^" ]*)*"
so any amount of other classes may precede or succede /error/.
Version: unspecified
Severity: normal