Reverting r54695 'Remove extraneous type="" for CSS/JS in HTML 5'
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 10 Aug 2009 19:23:21 +0000 (19:23 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 10 Aug 2009 19:23:21 +0000 (19:23 +0000)
commitb14f1b2ec7f64d3cc6ed5f80a65e4e999f08c3a5
treeac347a5e6e62f9b5a076a2894b8644d94eb1cdb1
parentde495fa427519f8e6d71704177a1f38fd4474c2e
Reverting r54695 'Remove extraneous type="" for CSS/JS in HTML 5'
This creates massive code duplication, checking a var and either including or not including the type attribute. Instead, this should be consolidated into functions in the Xml class for building <style>, <script>, or <link rel="stylesheet"> elements.
RELEASE-NOTES
includes/OutputPage.php
includes/Skin.php