From 6c1c371048429fd65e5cd709fee15f0ea7933d5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 25 Apr 2005 10:37:25 +0000 Subject: [PATCH] * Rectified crackpot indenting. --- includes/SkinTemplate.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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']}" ); -- 2.20.1