hovercard.php - fix tags for hovercard

This commit is contained in:
rabuzarus 2016-06-27 11:57:47 +02:00
parent a5030f0b60
commit 60b767168a
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"]),