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 70709979..4a56cdad 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::purify($comment->text) ?></td> + <td><?= nl2br(p::purify($comment->text)) ?></td> </tr> <tr> <td><?= t("Author Name:") ?></td> |