Removed "proxy_parse_html" since it is now done in the bbcode function.
This commit is contained in:
parent
2676a0f0e5
commit
7ed61b2edc
4 changed files with 8 additions and 11 deletions
|
@ -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:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue