program/lib/html2text.inc
@@ -126,19 +126,18 @@ '/(<table[^>]*>|<\/table>)/i', // <table> and </table> '/(<tr[^>]*>|<\/tr>)/i', // <tr> and </tr> '/<td[^>]*>(.+?)<\/td>/i', // <td> and </td> '/<th[^>]*>(.+?)<\/th>/i', // <th> and </th> '/<th[^>]*>(.+?)<\/th>/ie', // <th> and </th> '/ /i', '/"/i', '/>/i', '/</i', '/&/i', '/&(amp|#38);/i', '/©/i', '/™/i', '/“/', '/”/', '/–/', '/’/', '/&/', '/&#(8217|39);/', '/©/', '/™/', '/—/', @@ -188,7 +187,6 @@ '"', '-', "'", '&', '(c)', '(tm)', '--',