Change tabs -> spaces
authorNathaniel Herman <pinky@users.mediawiki.org>
Thu, 1 Jan 2009 22:31:50 +0000 (22:31 +0000)
committerNathaniel Herman <pinky@users.mediawiki.org>
Thu, 1 Jan 2009 22:31:50 +0000 (22:31 +0000)
includes/specials/SpecialAllpages.php

index c6c1002..bf68dfa 100644 (file)
@@ -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'.