Really fix bug 26131: just putting the site+user <link> at the bottom of the <head...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 24 Dec 2010 01:22:11 +0000 (01:22 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 24 Dec 2010 01:22:11 +0000 (01:22 +0000)
commitb2a808d87ba12c19057469d784e16f389ea73f20
tree02669d889d62abfcd1923a7c0862cf223c7e1712
parent881cdf4aea8c9843063915f0e962509e1e0f9a56
Really fix bug 26131: just putting the site+user <link> at the bottom of the <head> isn't good enough if the client-side loader is gonna add dynamically populated <style> tags below it later, so we need those dynamic <style> tags to go before the site+user <link> but after the skin <link>. Make OutputPage insert a <meta> tag between these two, marking the spot for the client side load which inserts dynamic <style> tags above this <meta> tag rather than at the end of the <head>
includes/OutputPage.php
resources/mediawiki/mediawiki.js