diff options
Diffstat (limited to 'mod/match.php')
-rw-r--r-- | mod/match.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/match.php b/mod/match.php index 4316d8bd7..5dd80fe3e 100644 --- a/mod/match.php +++ b/mod/match.php @@ -43,7 +43,7 @@ function match_content(&$a) { foreach($j->results as $jj) { $o .= '<div class="profile-match-wrapper"><div class="profile-match-photo">'; - $o .= '<a href="' . $jj->url . '">' . '<img src="' . $jj->photo . '" alt="' . $jj->name . '" title="' . $jj->name . '[' . $jj->url . ']' . '" /></a></div>'; + $o .= '<a href="' . $jj->url . '">' . '<img src="' . $jj->photo . '" alt="' . $jj->name . '" title="' . $jj->name . '[' . $jj->tags . ']' . '" /></a></div>'; $o .= '<div class="profile-match-break"></div>'; $o .= '<div class="profile-match-name"><a href="' . $jj->url . '" title="' . $jj->name . '[' . $jj->url .']' . '">' . $jj->name . '</a></div>'; $o .= '<div class="profile-match-end"></div></div>'; |