From 9fe7d8517a126d06b62bddac47f9cb3eb792b801 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 21 Sep 2009 20:06:28 +0000 Subject: [PATCH] Just a little cosmetic change, removed empty line in since OutputPage::headElement() already adds a new line to separate this from OutputPage::buildCssLinks() --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 8764a71ef9..8f80ce4c01 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1864,7 +1864,7 @@ class OutputPage { } } - return implode( "\n", $tags ) . "\n"; + return implode( "\n", $tags ); } /** -- 2.20.1