diff options
Diffstat (limited to 'modules/notification/views/comment_published.html.php')
-rw-r--r-- | modules/notification/views/comment_published.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notification/views/comment_published.html.php b/modules/notification/views/comment_published.html.php index ff2ba0bc..70709979 100644 --- a/modules/notification/views/comment_published.html.php +++ b/modules/notification/views/comment_published.html.php @@ -8,7 +8,7 @@ <table> <tr> <td><?= t("Comment:") ?></td> - <td><?= p::clean($comment->text) ?></td> + <td><?= p::purify($comment->text) ?></td> </tr> <tr> <td><?= t("Author Name:") ?></td> |