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: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?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', ); /**