]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
added some lines to the htconfig config variables
[friendica.git] / mod / notifications.php
index 69ab592afe276d8640c47f936857f1ffbcb9dba8..95ebff96f3669564055688c05840bb2901d3d9b5 100644 (file)
@@ -235,7 +235,7 @@ function notifications_content(&$a) {
                                        '$fullname' => $rr['name'],
                                        '$location' => bbcode($rr['glocation'], false, false),
                                        '$location_label' => t('Location:'),
-                                       '$about' => proxy_parse_html(bbcode($rr['gabout'], false, false)),
+                                       '$about' => bbcode($rr['gabout'], false, false),
                                        '$about_label' => t('About:'),
                                        '$keywords' => $rr['gkeywords'],
                                        '$keywords_label' => t('Tags:'),