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