Thomas Bruederli
2012-09-17 8f098e8dead85b6512ac72b2d805314baec72a2f
program/include/rcube_utils.php
@@ -221,6 +221,10 @@
        static $js_rep_table = false;
        static $xml_rep_table = false;
        if (!is_string($str)) {
            $str = strval($str);
        }
        // encode for HTML output
        if ($enctype == 'html') {
            if (!$html_encode_arr) {