Aleksander Machniak
2012-09-21 824c1121e78e91e36953f241a02c94094c6ea21f
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;
        }