program/lib/Roundcube/rcube_html2text.php @@ -616,6 +616,10 @@ break; } // abort on invalid tag structure (e.g. no closing tag found) else { break; } } while ($end || $next); }