From: Nathaniel Herman Date: Thu, 1 Jan 2009 22:31:50 +0000 (+0000) Subject: Change tabs -> spaces X-Git-Tag: 1.31.0-rc.0~43633 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=102211d89ad0615a0da21b9480be4562cf32cb83;p=lhc%2Fweb%2Fwiklou.git Change tabs -> spaces --- diff --git a/includes/specials/SpecialAllpages.php b/includes/specials/SpecialAllpages.php index c6c10026ea..bf68dfa6fe 100644 --- a/includes/specials/SpecialAllpages.php +++ b/includes/specials/SpecialAllpages.php @@ -11,15 +11,15 @@ class SpecialAllpages extends IncludableSpecialPage { */ protected $maxPerPage = 345; - /** - * Maximum number of pages to show on single index subpage. - */ - protected $maxLineCount = 200; - - /** - * Maximum number of chars to show for an entry. - */ - protected $maxPageLength = 70; + /** + * Maximum number of pages to show on single index subpage. + */ + protected $maxLineCount = 200; + + /** + * Maximum number of chars to show for an entry. + */ + protected $maxPageLength = 70; /** * Determines, which message describes the input field 'nsfrom'.