program/lib/Roundcube/rcube_html2text.php
@@ -1,6 +1,6 @@ <?php /** /* +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-2012, The Roundcube Dev Team | @@ -423,7 +423,7 @@ // Variables used for building the link list $this->_link_list = array(); $text = trim(stripslashes($this->html)); $text = $this->html; // Convert HTML to TXT $this->_converter($text);