Aleksander Machniak
2012-11-12 f226549d4f8f258deca9e165ef857252b79d2ee0
program/include/rcube_utils.php
@@ -250,9 +250,6 @@
            $out = strtr($str, $encode_arr);
            // avoid douple quotation of &
            $out = preg_replace('/&([A-Za-z]{2,6}|#[0-9]{2,4});/', '&\\1;', $out);
            return $newlines ? nl2br($out) : $out;
        }