From a4dd5d1fe2699449201de9a3fa5321bdea72d806 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 22 Aug 2009 20:15:22 +0000 Subject: [PATCH] Clean up some of the unnecessary tabs splattered throughout our output. They tend to combine confusingly and just inflate both source and output without actually improving readability much. --- includes/OutputPage.php | 11 ++++++----- includes/Skin.php | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 4c68b15ee3..ea99d2d267 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -98,7 +98,7 @@ class OutputPage { } } function addScript( $script ) { - $this->mScripts .= "\t\t" . $script . "\n"; + $this->mScripts .= $script . "\n"; } /** @@ -275,7 +275,7 @@ class OutputPage { * @param string $script JavaScript text, no