IAlex has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/111794

Change subject: Put line breaks after each element in OutputPage::headElement()
......................................................................

Put line breaks after each element in OutputPage::headElement()

Change-Id: I4e7715a354e9d599fb2c77c09ac72a55462aaa5d
---
M includes/OutputPage.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/94/111794/1

diff --git a/includes/OutputPage.php b/includes/OutputPage.php
index aff4b16..2b1d4a0 100644
--- a/includes/OutputPage.php
+++ b/includes/OutputPage.php
@@ -2510,14 +2510,14 @@
                        // Our XML declaration is output by Html::htmlHeader.
                        // 
http://www.whatwg.org/html/semantics.html#attr-meta-http-equiv-content-type
                        // http://www.whatwg.org/html/semantics.html#charset
-                       $ret .= Html::element( 'meta', array( 'charset' => 
'UTF-8' ) );
+                       $ret .= Html::element( 'meta', array( 'charset' => 
'UTF-8' ) ) . "\n";
                }
 
                $ret .= Html::element( 'title', null, $this->getHTMLTitle() ) . 
"\n";
 
                // Avoid Internet Explorer "compatibility view", so that
                // jQuery can work correctly.
-               $ret .= Html::element( 'meta', array( 'http-equiv' => 
'X-UA-Compatible', 'content' => 'IE=EDGE' ) );
+               $ret .= Html::element( 'meta', array( 'http-equiv' => 
'X-UA-Compatible', 'content' => 'IE=EDGE' ) ) . "\n";
 
                $ret .= implode( "\n", array(
                        $this->getHeadLinks(),

-- 
To view, visit https://gerrit.wikimedia.org/r/111794
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e7715a354e9d599fb2c77c09ac72a55462aaa5d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IAlex <coderev...@emsenhuber.ch>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to