Removed "proxy_parse_html" since it is now done in the bbcode function.

This commit is contained in:
Michael Vogel 2015-10-05 22:25:14 +02:00
commit 7ed61b2edc
4 changed files with 8 additions and 11 deletions

View 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:")