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; }