diff options
Diffstat (limited to 'modules/notification/views/item_deleted.html.php')
| -rw-r--r-- | modules/notification/views/item_deleted.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notification/views/item_deleted.html.php b/modules/notification/views/item_deleted.html.php index 2d6d5738..92215211 100644 --- a/modules/notification/views/item_deleted.html.php +++ b/modules/notification/views/item_deleted.html.php @@ -9,7 +9,7 @@ <tr> <td colspan="2"> <?= t("To view the changed album %title use the link below.", - array("title" => p::clean($item->parent()->title))) ?> + array("title" => p::purify($item->parent()->title))) ?> </td> </tr> <tr> |
