From ca0cd05973b468c056a682ab1fb9133856a56943 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 28 Nov 2011 08:10:44 +0000 Subject: - Fix handling HTML entities when converting HTML to text (#1488212) --- program/lib/html2text.php | 96 ++++++++++++++++++++++++++++------------------- 1 file changed, 58 insertions(+), 38 deletions(-) (limited to 'program/lib/html2text.php') diff --git a/program/lib/html2text.php b/program/lib/html2text.php index 1ab16055b..9fc96eac7 100644 --- a/program/lib/html2text.php +++ b/program/lib/html2text.php @@ -145,7 +145,6 @@ class html2text var $search = array( "/\r/", // Non-legal carriage return "/[\n\t]+/", // Newlines and tabs - '/[ ]{2,}/', // Runs of spaces, pre-handling '/]*>.*?<\/script>/i', //