From: Bryan Tong Minh Date: Wed, 12 Mar 2008 19:14:51 +0000 (+0000) Subject: Add some CSS styles. X-Git-Tag: 1.31.0-rc.0~49152 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=1e506168ba3d2c8718d2b28c2ac7439c4df6aedc;p=lhc%2Fweb%2Fwiklou.git Add some CSS styles. --- 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() ) .