From 20d1de4ceda3390f65adb9b9915dc9f36eeb3ed4 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 2 Jun 2011 20:42:09 -0700 Subject: got it wrong - apparently no need to fix json slashes --- mod/match.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/match.php') diff --git a/mod/match.php b/mod/match.php index 2742b4a88..12138a26c 100644 --- a/mod/match.php +++ b/mod/match.php @@ -38,6 +38,7 @@ function match_content(&$a) { if(count($j->results)) { foreach($j->results as $jj) { + $o .= '
'; $o .= '' . '' . $jj->name . '
'; $o .= '
'; -- cgit v1.2.3