X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy.conf;h=6c947295a68e936db2c315cfd8bc6f705bf96e16;hb=fc00763f0dc3ef1dbe1021e5e8759991d72c9e5e;hp=479083eca38bb5769f48570d121785e6a5e92a35;hpb=782fb0e1db555b4e2a68b5653706172b02cf799b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/tidy.conf b/includes/tidy.conf index 479083eca3..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 +# 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