From: Daniel Friesen Date: Sun, 28 Aug 2011 23:03:19 +0000 (+0000) Subject: Add html5 microdata's itemscope to the list of boolean attributes. X-Git-Tag: 1.31.0-rc.0~28033 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=30d1962eed547ab3ba7b4e0a4f95c11adc844fec;p=lhc%2Fweb%2Fwiklou.git Add html5 microdata's itemscope to the list of boolean attributes. --- diff --git a/includes/Html.php b/includes/Html.php index bdc4c15e70..f4776915cd 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -97,6 +97,8 @@ class Html { 'selected', 'truespeed', 'typemustmatch', + # HTML5 Microdata + 'itemscope', ); /**