program/include/rcube_utils.php | ●●●●● patch | view | raw | blame | history |
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) {