Aleksander Machniak
2014-07-07 b231c8f6accb7c04461ab8364016d0abbe81f82e
program/lib/Roundcube/rcube_text2html.php
@@ -127,10 +127,8 @@
     */
    protected function _convert()
    {
        $text = stripslashes($this->text);
        // Convert TXT to HTML
        $this->html       = $this->_converter($text);
        $this->html       = $this->_converter($this->text);
        $this->_converted = true;
    }