mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix double escape of comment summary
This commit is contained in:
parent
23190bd2f5
commit
f1b2b4eaec
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ class CommentItem extends BaseObject
|
|||
|
||||
// Truncate string
|
||||
$content = cut_str($content, $str_size, $tail);
|
||||
$content = escape($content);
|
||||
$content = escape($content, false);
|
||||
|
||||
if ($content === '')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue