This commit is contained in:
conory 2017-05-17 21:40:56 +09:00
parent 385ce7107a
commit 855e4ce9f1

View file

@ -648,7 +648,7 @@ class documentItem extends Object
// Truncate string
$content = cut_str($content, $str_size, $tail);
return escape($content, false);
return escape($content);
}
function getRegdate($format = 'Y.m.d H:i:s', $conversion = true)