]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Merge pull request #2932 from Hypolite/issue/missing-private-image-src
[friendica.git] / mod / notifications.php
index d43e2cc04f95a68aab760207fa4242b9f7a55203..af44097c1cb42a508c3267665d37b8fd2de8c52e 100644 (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'],
                        ));