diff options
Diffstat (limited to 'modules/notification/views/item_added.html.php')
| -rw-r--r-- | modules/notification/views/item_added.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notification/views/item_added.html.php b/modules/notification/views/item_added.html.php index 4fa5d42d..87ea90fa 100644 --- a/modules/notification/views/item_added.html.php +++ b/modules/notification/views/item_added.html.php @@ -21,7 +21,7 @@ <? if ($item->description): ?> <tr> <td><?= t("Description:") ?></td> - <td><?= p::purify($item->description) ?></td> + <td><?= nl2br(p::purify($item->description)) ?></td> </tr> <? endif ?> </table> |
