#324 mod htmlspecialchars option

This commit is contained in:
akasima 2014-01-22 09:46:03 +09:00
parent 728092ccd2
commit 349e265133

View file

@ -389,7 +389,7 @@ class documentItem extends Object
if($strlen) return cut_str(strip_tags($content),$strlen,'...');
return htmlspecialchars($content, ENT_COMPAT | ENT_HTML401, 'UTF-8', false);
return htmlspecialchars($content);
}
function _addAllowScriptAccess($m)