From dc8f292b215719506c2ab0abd8429f4c5ec5c0ed Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 26 Sep 2012 20:05:01 +0200 Subject: Make sure content (e.g. title) is not converted to plain text --- program/lib/html2text.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'program/lib/html2text.php') diff --git a/program/lib/html2text.php b/program/lib/html2text.php index 28c5ae059..dd413e0d6 100644 --- a/program/lib/html2text.php +++ b/program/lib/html2text.php @@ -145,6 +145,7 @@ class html2text var $search = array( "/\r/", // Non-legal carriage return "/[\n\t]+/", // Newlines and tabs + '/]*>.*?<\/head>/i', // '/]*>.*?<\/script>/i', //