Fix validity error caused by r66068
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 12 May 2010 18:25:50 +0000 (18:25 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 12 May 2010 18:25:50 +0000 (18:25 +0000)
commite3eb720820ca742d6acc9ebbc686d0cee4da1d21
tree0a20d98e69ae9f88afccf0e57852337260602ecf
parentfb754f5d42d7ea36dbf06f35b4083be7a060bf8d
Fix validity error caused by r66068

The code to output <meta charset=UTF-8> in HTML5 mode was moved above
the code to output <head>, so you got <meta> before <head>.  Reported by
Roan Kattouw on IRC.  Only affected $wgWellFormedXml = true (the
default), because non-well-formed mode just omits <head> entirely.  :)
includes/OutputPage.php