The text in tags like <b> appears to be wrong indented sometimes (I have not exactly figured when). I solved the problem with adding
$text = trim($text);
to the default case of the switch statement in ProcessText() (for example in line 371).
Log in to post a comment.