From cd2a0802e4840253540f256fc49459b8e7c1e911 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 22 Mar 2011 02:21:53 -0700 Subject: horizontal match layout --- mod/match.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mod/match.php') diff --git a/mod/match.php b/mod/match.php index 7228529d7..092595a09 100644 --- a/mod/match.php +++ b/mod/match.php @@ -39,11 +39,12 @@ function match_content(&$a) { if(count($j->results)) { foreach($j->results as $jj) { $o .= '
'; - $o .= '' . '' . $jj->name . '
'; + $o .= '' . '' . $jj->name . '
'; $o .= '
'; - $o .= '
' . $jj->name . '
'; + $o .= '
' . $jj->name . '
'; $o .= '
'; } + $o .= '
'; } else { notice( t('No matches') . EOL); -- cgit v1.2.3