X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotifications.php;h=95ebff96f3669564055688c05840bb2901d3d9b5;hb=d80888842926eba272ae0e86d7666daeef201dc3;hp=69ab592afe276d8640c47f936857f1ffbcb9dba8;hpb=55450087681f90ea7d517c301376c06aca18ccf1;p=friendica.git diff --git a/mod/notifications.php b/mod/notifications.php index 69ab592afe..95ebff96f3 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -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:'),