From: Derk-Jan Hartman Date: Mon, 4 Jan 2016 14:10:58 +0000 (-0800) Subject: Tidy: and are empty elements X-Git-Tag: 1.31.0-rc.0~7880^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=72f54e4f851899f1609f7ecaff39409ea7398023 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 --- 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