From 72f54e4f851899f1609f7ecaff39409ea7398023 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Mon, 4 Jan 2016 06:10:58 -0800 Subject: [PATCH] Tidy: and are empty elements Seems these got accidently added as inline items, even though they should be and are output as empty elements. This should correct that. Bug: T122787 Change-Id: I6e75529c9d349050479c1b7ad758320d1e948e78 --- includes/tidy/tidy.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/tidy/tidy.conf b/includes/tidy/tidy.conf index 4c4daed579..d93ce2251b 100644 --- a/includes/tidy/tidy.conf +++ b/includes/tidy/tidy.conf @@ -18,5 +18,5 @@ fix-backslash: no fix-uri: no # Don't strip html5 elements we support # html-{meta,link} is a hack we use to prevent Tidy from stripping and used in the body for Microdata -new-empty-tags: html-meta, html-link, wbr -new-inline-tags: video, audio, source, track, bdi, data, time, mark +new-empty-tags: html-meta, html-link, wbr, source, track +new-inline-tags: video, audio, bdi, data, time, mark -- 2.20.1