Add html5 microdata's itemscope to the list of boolean attributes.
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 28 Aug 2011 23:03:19 +0000 (23:03 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 28 Aug 2011 23:03:19 +0000 (23:03 +0000)
includes/Html.php

index bdc4c15..f477691 100644 (file)
@@ -97,6 +97,8 @@ class Html {
                'selected',
                'truespeed',
                'typemustmatch',
+               # HTML5 Microdata
+               'itemscope',
        );
 
        /**