Merge remote-tracking branch 'upstream/develop' into 1510-diaspora-privacy

This commit is contained in:
Michael Vogel 2015-10-06 07:41:09 +02:00
commit eefedc019b
8 changed files with 42 additions and 17 deletions

View file

@ -105,7 +105,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:")