Aleksander Machniak
2014-02-07 8c32f881933c19e57b9148149d1c86eb802be3ff
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);
        }