From 2a11e71a85b0971282bab5a6869f7f9ed56c126f Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 24 Jun 2009 23:28:16 +0000 Subject: [PATCH] (bug 19382) Remove useless tabs from header variables. Patch by GreenReaper. --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } /** -- 2.20.1