Add new-inline-tags to tidy.conf
authorJan Gerber <j@thing.net>
Wed, 2 May 2012 12:49:35 +0000 (14:49 +0200)
committerJan Gerber <j@thing.net>
Sun, 6 May 2012 20:13:32 +0000 (22:13 +0200)
by default tidy does not support html5 tags.
TimedMediaHandler outputs video, audio and source
To make TimedMediaHandler work with $wgUseTidy = true,
those tags need to be allowed in tidy.conf:
new-inline-tags: video,audio,source,track

Fixes #30541

Change-Id: I528c9521e9277be308a6a75cc3fc57c83905b5df

includes/tidy.conf

index 09412f0..479083e 100644 (file)
@@ -16,3 +16,4 @@ quiet: yes
 quote-nbsp: yes
 fix-backslash: no
 fix-uri: no
+new-inline-tags: video,audio,source,track