From 24f2cfcf5e1931846ffa96ab8bd9a247d8550f7d Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Sun, 4 Feb 2007 23:36:21 +0000 Subject: [PATCH] * Fix some syntax cruft & formatting --- includes/SpecialCategories.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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" ); } } -- 2.20.1