X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy.conf;h=6c947295a68e936db2c315cfd8bc6f705bf96e16;hb=81ea9d1492c296902e9325f3b571cc4e5b39a272;hp=aa333fcbe34c923816dcda7be0729d014343e49f;hpb=944e196c02efbe6838827d4cf1e332a7919e5cdb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/tidy.conf b/includes/tidy.conf index aa333fcbe3..6c947295a6 100644 --- a/includes/tidy.conf +++ b/includes/tidy.conf @@ -16,4 +16,7 @@ quiet: yes quote-nbsp: yes fix-backslash: no fix-uri: no -new-inline-tags: video,audio,source,track,bdi +# 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 +new-inline-tags: video, audio, source, track, bdi, data, time, mark