fix some spacing
[lhc/web/wiklou.git] / includes / specials / SpecialProtectedpages.php
index d580d62..bc0cab7 100644 (file)
@@ -29,7 +29,7 @@
 class SpecialProtectedpages extends SpecialPage {
 
        protected $IdLevel = 'level';
-       protected $IdType  = 'type';
+       protected $IdType = 'type';
 
        public function __construct() {
                parent::__construct( 'Protectedpages' );