Thomas Bruederli
2012-09-17 e8e2e76ed987d911ec878345e88d3c611a4b7b32
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) {