]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
salmon protocol changes magicsig draft-experimental, fixes to hostxrd
[friendica.git] / mod / match.php
index 4316d8bd70f4aad904376c46b622a1dd4729e44b..5dd80fe3efad761e90757e6e34ef31595e076d5d 100644 (file)
@@ -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>';