https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111903

Revision: 111903
Author:   dantman
Date:     2012-02-20 01:01:53 +0000 (Mon, 20 Feb 2012)
Log Message:
-----------
Followup r111891; Update tidy.conf so that it doesn't strip out <data> and 
<time> elements. However this will not fix the way tidy strips out <link> and 
<meta> tags.

Modified Paths:
--------------
    trunk/phase3/includes/tidy.conf

Modified: trunk/phase3/includes/tidy.conf
===================================================================
--- trunk/phase3/includes/tidy.conf     2012-02-20 00:57:24 UTC (rev 111902)
+++ trunk/phase3/includes/tidy.conf     2012-02-20 01:01:53 UTC (rev 111903)
@@ -16,3 +16,6 @@
 quote-nbsp: yes
 fix-backslash: no
 fix-uri: no
+
+# Don't strip html5 elements we support
+new-inline-tags: data, time


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to