From: Chad Horohoe Date: Wed, 24 Jun 2009 23:28:16 +0000 (+0000) Subject: (bug 19382) Remove useless tabs from header variables. Patch by GreenReaper. X-Git-Tag: 1.31.0-rc.0~41222 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=2a11e71a85b0971282bab5a6869f7f9ed56c126f;p=lhc%2Fweb%2Fwiklou.git (bug 19382) Remove useless tabs from header variables. Patch by GreenReaper. --- diff --git a/includes/Skin.php b/includes/Skin.php index 3c5b2523b5..aa11d814ab 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -340,7 +340,7 @@ class Skin extends Linker { } $r[] = "/*]]>*/\n"; - return implode( "\n\t\t", $r ); + return implode( "\n", $r ); } /**