OutputPage: Fix blank line between <html> and <head>
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 21 Jul 2016 19:55:04 +0000 (20:55 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 21 Jul 2016 20:08:24 +0000 (21:08 +0100)
commitf47d1eee0e17769f40360e4052a254db99fc35d5
tree0a14647f7e5daf444d98f01fd88f4fb2fefee3fb
parent29d3feb1d0278cc383f21dac291c11d873c4316a
OutputPage: Fix blank line between <html> and <head>

Follows-up a464d1d41 which changed OutputPage::headElement()
to join pieces by a line break instead of hardcoding line breaks
after (some) generated pieces.

This caused a minor regression in the form of a blank line between
<html> and <head> on every page, because I missed the one that
came from this class.

Change-Id: I5e48b852809699b205f4581c833605f3e232610a
includes/Html.php
includes/installer/WebInstallerOutput.php