From: Alexandre Emsenhuber Date: Mon, 21 Sep 2009 20:06:28 +0000 (+0000) Subject: Just a little cosmetic change, removed empty line in since OutputPage::headEle... X-Git-Tag: 1.31.0-rc.0~39588 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=9fe7d8517a126d06b62bddac47f9cb3eb792b801;p=lhc%2Fweb%2Fwiklou.git Just a little cosmetic change, removed empty line in since OutputPage::headElement() already adds a new line to separate this from OutputPage::buildCssLinks() --- 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 ); } /**