From 9464788f0fdc707f2d17286abdb87cc5c53130c1 Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Wed, 2 May 2012 14:49:35 +0200 Subject: [PATCH] Add new-inline-tags to tidy.conf 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/tidy.conf b/includes/tidy.conf index 09412f0517..479083eca3 100644 --- a/includes/tidy.conf +++ b/includes/tidy.conf @@ -16,3 +16,4 @@ quiet: yes quote-nbsp: yes fix-backslash: no fix-uri: no +new-inline-tags: video,audio,source,track -- 2.20.1