From 1e506168ba3d2c8718d2b28c2ac7439c4df6aedc Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Wed, 12 Mar 2008 19:14:51 +0000 Subject: [PATCH] Add some CSS styles. --- includes/SpecialSearch.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialSearch.php b/includes/SpecialSearch.php index 3b02e56a54..b15b962fcc 100644 --- a/includes/SpecialSearch.php +++ b/includes/SpecialSearch.php @@ -302,7 +302,7 @@ class SpecialSearch { $terms = implode( '|', $tm ); $off = $this->offset + 1; - $out = "
    \n"; + $out = "
      \n"; while( $result = $matches->next() ) { $out .= $this->showHit( $result, $terms ); @@ -352,7 +352,7 @@ class SpecialSearch { if( $img ) { $thumb = $img->getThumbnail( 120, 120 ); if( $thumb ) { - $extract = '' . + $extract = '
      ' . '' . '
      ' . $sk->makeKnownLinkObj( $t, $thumb->toHtml() ) . -- 2.20.1