From dc7d0302b1cdc2ac95daaa7c2b54bef982e9e18b Mon Sep 17 00:00:00 2001 From: Platonides Date: Fri, 9 Apr 2010 19:35:14 +0000 Subject: [PATCH] Follow up r64819. Cosmetical fixes. --- includes/parser/Parser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index b78deca7ee..759db0bf02 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -347,8 +347,8 @@ class Parser { /** * The page doesn't get language converted if * a) It's disabled - * c) Content isn't converted - * d) It's a conversion table + * b) Content isn't converted + * c) It's a conversion table */ if ( !( $wgDisableLangConversion || isset( $this->mDoubleUnderscores['nocontentconvert'] ) -- 2.20.1