HTML entities in Notifications aren't a problem anymore

This commit is contained in:
Michael Vogel 2016-08-11 19:59:07 +02:00
parent 2b062214dc
commit 1c31526d6e
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ function notifications_content(&$a) {
'$item_label' => $it['label'],
'$item_link' => $it['link'],
'$item_image' => $it['image'],
'$item_text' => $it['text'],
'$item_text' => htmlentities($it['text']),
'$item_when' => $it['when'],
'$item_seen' => $it['seen'],
));