Aleksander Machniak
2014-05-17 efc470f0ac7587707665e92701e3937c9b6cc78d
program/lib/Roundcube/rcube_html2text.php
@@ -423,7 +423,7 @@
        // Variables used for building the link list
        $this->_link_list = array();
        $text = trim(stripslashes($this->html));
        $text = $this->html;
        // Convert HTML to TXT
        $this->_converter($text);