Aleksander Machniak
2014-08-27 581b6b41fd51549fe05afede9da647ccf6297660
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;
    }