Merge branch 'develop' into next

This commit is contained in:
Kijin Sung 2020-05-26 19:19:51 +09:00
commit 6afbdf1de5

View file

@ -1789,7 +1789,7 @@ class commentController extends comment
{ {
foreach($commentList as $value) foreach($commentList as $value)
{ {
$value->content = strip_tags($value->content); $value->content = escape(strip_tags($value->content), false);
} }
} }
} }