Aleksander Machniak
2014-05-27 c946decb4ea8a68baf3b860d5475eb6d8bb33b64
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;
    }