From: Ævar Arnfjörð Bjarmason Date: Mon, 25 Apr 2005 10:37:25 +0000 (+0000) Subject: * Rectified crackpot indenting. X-Git-Tag: 1.5.0alpha1~140 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=6c1c371048429fd65e5cd709fee15f0ea7933d5e;p=lhc%2Fweb%2Fwiklou.git * Rectified crackpot indenting. --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index a6b653e64a..8404dbcee1 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -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']}" );