Aleksander Machniak
2014-06-29 3cc1afa1c2f30bfebb30146795e50172947b4b5f
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;
    }