X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotifications.php;h=af44097c1cb42a508c3267665d37b8fd2de8c52e;hb=0c9cc29a51941eb572bf16fd5489d0947d47d033;hp=d43e2cc04f95a68aab760207fa4242b9f7a55203;hpb=0532dc6a6103cc694050350c2a7a7f92f354ab46;p=friendica.git diff --git a/mod/notifications.php b/mod/notifications.php index d43e2cc04f..af44097c1c 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -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'], ));