mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
#324 mod htmlspecialchars option
This commit is contained in:
parent
728092ccd2
commit
349e265133
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue