From: Mark A. Hershberger Date: Thu, 28 Jul 2011 19:13:58 +0000 (+0000) Subject: tabs are tabs, not spaces X-Git-Tag: 1.31.0-rc.0~28557 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=48a8fd37ea56470e6c2a95a25c000aff4517faea;p=lhc%2Fweb%2Fwiklou.git tabs are tabs, not spaces --- diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index 27cecf1f78..753df9b176 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -496,7 +496,7 @@ class ApiEditPage extends ApiBase { 'captchaid' => 'CAPTCHA ID from previous request', 'captchaword' => 'Answer to the CAPTCHA', 'md5' => array( "The MD5 hash of the {$p}text parameter, or the {$p}prependtext and {$p}appendtext parameters concatenated.", - 'If set, the edit won\'t be done unless the hash is correct' ), + 'If set, the edit won\'t be done unless the hash is correct' ), 'prependtext' => "Add this text to the beginning of the page. Overrides {$p}text", 'appendtext' => "Add this text to the end of the page. Overrides {$p}text", 'undo' => "Undo this revision. Overrides {$p}text, {$p}prependtext and {$p}appendtext",