From: Domas Mituzas Date: Sun, 4 Feb 2007 23:36:21 +0000 (+0000) Subject: * Fix some syntax cruft & formatting X-Git-Tag: 1.31.0-rc.0~54127 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=24f2cfcf5e1931846ffa96ab8bd9a247d8550f7d;p=lhc%2Fweb%2Fwiklou.git * Fix some syntax cruft & formatting --- diff --git a/includes/SpecialCategories.php b/includes/SpecialCategories.php index 4397fff94b..dfedcc5bd3 100644 --- a/includes/SpecialCategories.php +++ b/includes/SpecialCategories.php @@ -37,10 +37,9 @@ class CategoryPager extends AlphabeticPager { '
  • ' . $this->getSkin()->makeLinkObj( $title, $title->getText() ) . ' ' . - $nlinks = wfMsgExt( 'nmembers', array( 'parsemag', 'escape'), - $wgLang->formatNum( $result->count ) ) - . - "
  • \n" ); + wfMsgExt( 'nmembers', array( 'parsemag', 'escape'), + $wgLang->formatNum( $result->count ) ) + . "\n" ); } }