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