Add html5 microdata's itemscope to the list of boolean attributes.
[lhc/web/wiklou.git] / includes / Html.php
index bdc4c15..f477691 100644 (file)
@@ -97,6 +97,8 @@ class Html {
                'selected',
                'truespeed',
                'typemustmatch',
+               # HTML5 Microdata
+               'itemscope',
        );
 
        /**