From: Brion Vibber Date: Sat, 22 Aug 2009 20:15:22 +0000 (+0000) Subject: Clean up some of the unnecessary tabs splattered throughout our output. They tend... X-Git-Tag: 1.31.0-rc.0~40108 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=a4dd5d1fe2699449201de9a3fa5321bdea72d806;p=lhc%2Fweb%2Fwiklou.git 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. --- 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