From: Derk-Jan Hartman Date: Wed, 1 Aug 2012 10:48:47 +0000 (+0200) Subject: (bug 31817) Teach Tidy about the HTML5 inline tag bdi. X-Git-Tag: 1.31.0-rc.0~22619^2 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=b4d8874658a52f849427c201f944a17cf5cabf45;p=lhc%2Fweb%2Fwiklou.git (bug 31817) Teach Tidy about the HTML5 inline tag bdi. This is a follow up to change Ib7e6553f Change-Id: I4d172e85f103e5fa1f8abbf73ad40cbd7bfbe06e --- diff --git a/includes/tidy.conf b/includes/tidy.conf index 479083eca3..aa333fcbe3 100644 --- a/includes/tidy.conf +++ b/includes/tidy.conf @@ -16,4 +16,4 @@ quiet: yes quote-nbsp: yes fix-backslash: no fix-uri: no -new-inline-tags: video,audio,source,track +new-inline-tags: video,audio,source,track,bdi