got it wrong - apparently no need to fix json slashes

This commit is contained in:
Friendika
2011-06-02 20:42:09 -07:00
parent 1eb177235b
commit 20d1de4ced
4 changed files with 5 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ function match_content(&$a) {
if(count($j->results)) {
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 .= '<div class="profile-match-break"></div>';