summaryrefslogtreecommitdiff
path: root/modules/notification
diff options
context:
space:
mode:
Diffstat (limited to 'modules/notification')
-rw-r--r--modules/notification/views/item_added.html.php2
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 87ea90fa..86724927 100644
--- a/modules/notification/views/item_added.html.php
+++ b/modules/notification/views/item_added.html.php
@@ -8,7 +8,7 @@
<table>
<tr>
<td><?= t("Title:") ?></td>
- <td><?= p::purifys($item->title) ?></td>
+ <td><?= p::purify($item->title) ?></td>
</tr>
<tr>
<td><?= t("Url:") ?></td>