* Rectified crackpot indenting.
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 25 Apr 2005 10:37:25 +0000 (10:37 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 25 Apr 2005 10:37:25 +0000 (10:37 +0000)
includes/SkinTemplate.php

index a6b653e..8404dbc 100644 (file)
@@ -701,11 +701,11 @@ class SkinTemplate extends Skin {
                        if ($text != '-') {
                                $dest = wfMsgForContent( $link['href'] );
                                wfProfileIn( "$fname-{$link['text']}2" );
-                           $result[] = array(
-                                                                 'text' => $text,
-                                                                 'href' => $this->makeInternalOrExternalUrl( $dest ),
-                                                                 'id' => 'n-'.$link['text']
-                                                                 );
+                               $result[] = array(
+                                       'text' => $text,
+                                       'href' => $this->makeInternalOrExternalUrl( $dest ),
+                                       'id' => 'n-'.$link['text']
+                               );
                                wfProfileOut( "$fname-{$link['text']}2" );
                        }
                        wfProfileOut( "$fname-{$link['text']}" );