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