OutputPage: Move our <meta charset="...> so it's placed above the title
authorDaniel Friesen <daniel@nadir-seen-fire.com>
Sat, 11 May 2013 09:31:30 +0000 (02:31 -0700)
committerDaniel Friesen <daniel@nadir-seen-fire.com>
Fri, 17 May 2013 05:57:42 +0000 (22:57 -0700)
commita57e1da5da09c2ddea9fc75ca9541156a0cb6e84
treedc17c3c37b5522208819a03abd19c8e8ef92320f
parente0b187264cf2df355116af119fab18cdf7ebf19d
OutputPage: Move our <meta charset="...> so it's placed above the title

It's recommended for the meta charset to be placed before the <title> since
<title> contains text which is inside the character set defined by the meta charset.

Use of meta charset inside XHTML also seems to be redundant, not recommended,
and is very likely completely ignored.

Change-Id: I335b0598a9615540dc5e917682508b4a8d32d96e
includes/OutputPage.php