From 30d1962eed547ab3ba7b4e0a4f95c11adc844fec Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Sun, 28 Aug 2011 23:03:19 +0000 Subject: [PATCH] Add html5 microdata's itemscope to the list of boolean attributes. --- includes/Html.php | 2 ++ 1 file changed, 2 insertions(+) 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', ); /** -- 2.20.1