X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=program%2Flib%2Fhtml2text.php;h=9fc96eac7bb519aeb951639babf4e1e5242d721c;hb=76507f7c63a660742e76889ad6e3919f3dde3bb0;hp=1ab16055bebb5aeb88733e37bc082fa101b2d34a;hpb=81942a239bba3e46191211a3231ecfadd91ac038;p=roundcube.git diff --git a/program/lib/html2text.php b/program/lib/html2text.php index 1ab1605..9fc96ea 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', //