Merge pull request #2644 from rabuzarus/2706_hovercard_tags

hovercard.php - fix tags for hovercard
This commit is contained in:
Tobias Diekershoff 2016-06-27 15:12:45 +02:00 committed by GitHub
commit 895f6d03ce
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function hovercard_content() {
'gender' => $contact["gender"],
'about' => $contact["about"],
'network' => format_network_name($contact["network"], $contact["url"]),
'tags' => intval($contact["keywords"]),
'tags' => $contact["keywords"],
// 'nsfw' => intval($contact["nsfw"]),
// 'server_url' => $contact["server_url"],
'bd' => (($contact["birthday"] == "0000-00-00") ? "" : $contact["birthday"]),