mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Merge branch 'develop' into next
This commit is contained in:
commit
6afbdf1de5
1 changed files with 1 additions and 1 deletions
|
|
@ -1789,7 +1789,7 @@ class commentController extends comment
|
|||
{
|
||||
foreach($commentList as $value)
|
||||
{
|
||||
$value->content = strip_tags($value->content);
|
||||
$value->content = escape(strip_tags($value->content), false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue