]> git.mxchange.org Git - friendica.git/blobdiff - mod/follow.php
Removed "proxy_parse_html" since it is now done in the bbcode function.
[friendica.git] / mod / follow.php
index 2c8452b1bffa45211b58b1c348ee518ec0ad926b..25169e403aa33fc00dcf95a9878ff06c568587d0 100644 (file)
@@ -100,7 +100,7 @@ function follow_content(&$a) {
                        '$request' => $request,
                        '$location' => bbcode($r[0]["location"]),
                        '$location_label' => t("Location:"),
-                       '$about' => proxy_parse_html(bbcode($r[0]["about"], false, false)),
+                       '$about' => bbcode($r[0]["about"], false, false),
                        '$about_label' => t("About:"),
                        '$keywords' => $r[0]["keywords"],
                        '$keywords_label' => t("Tags:")