Another MonoBook whitespace fix
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 11 Feb 2010 17:28:19 +0000 (17:28 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 11 Feb 2010 17:28:19 +0000 (17:28 +0000)
skins/MonoBook.php

index 13e3f19..594366b 100644 (file)
@@ -184,7 +184,7 @@ if($this->data['copyrightico']) { ?>
 <?php
                        foreach( $validFooterLinks as $aLink ) {
                                if( isset( $this->data[$aLink] ) && $this->data[$aLink] ) {
-?>                     <li id="<?php echo $aLink ?>"><?php $this->html($aLink) ?></li>
+?>             <li id="<?php echo $aLink ?>"><?php $this->html($aLink) ?></li>
 <?php                  }
                        }
 ?>