OutputPage: Minor clean up of <head> and HTML
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 18 Feb 2016 16:33:15 +0000 (16:33 +0000)
committerKrinkle <krinklemail@gmail.com>
Thu, 24 Mar 2016 03:24:31 +0000 (03:24 +0000)
commitdd2d7d0ffc08fca741c0541336798196038bdbc3
tree95636ea7fed63b25089c0d9c9525fcd0034d7841
parent1be3d62f548765c5e0aaf013423145218df921c8
OutputPage: Minor clean up of <head> and HTML

* Remove trailing space in self-closing tag.
  Brings parserTest output of Parser and Parsoid closer together.

* Remove various line breaks at begin and end of script contents.

* Remove FILTER_NOMIN from makeConfigSetScript() output.
  This isn't part of any user- or page-dependent module and not minified.
  And Xml::encodeJsCall already ensures compact output for prod mode.

Bug: T127328
Change-Id: I85a5a59fd0955c1a112e8b24b933f0d9e983a156
includes/Html.php
includes/OutputPage.php
includes/resourceloader/ResourceLoader.php
includes/resourceloader/ResourceLoaderUserTokensModule.php
tests/parser/parserTests.txt
tests/phpunit/includes/HtmlTest.php
tests/phpunit/includes/OutputPageTest.php
tests/phpunit/includes/XmlTest.php