X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fnotifications.php;h=af44097c1cb42a508c3267665d37b8fd2de8c52e;hb=af42e5e481832353550aea9b4373fba3c7ae1a6a;hp=d43e2cc04f95a68aab760207fa4242b9f7a55203;hpb=5e4eaa433b9b7f3887177d3be144ef951bf95e33;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'], ));