summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2007-04-02 05:19:26 +0000
committerot <ot@localhost>2007-04-02 05:19:26 +0000
commit1139f4472fa47beefd7bd567db2cc51bda81e7fb (patch)
treec24acfd909747c7885da3d65bea32b1aaf4dc2cc
parent1e136702a10a3633019628b02b0c1014877d5672 (diff)
downloadmarkup-validator-1139f4472fa47beefd7bd567db2cc51bda81e7fb.zip
markup-validator-1139f4472fa47beefd7bd567db2cc51bda81e7fb.tar.gz
markup-validator-1139f4472fa47beefd7bd567db2cc51bda81e7fb.tar.bz2
fixing allowed media types for SMIL 1.0 and 2.0
-rw-r--r--htdocs/config/types.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf
index b37b1ee..545d489 100644
--- a/htdocs/config/types.conf
+++ b/htdocs/config/types.conf
@@ -1,7 +1,7 @@
#
# Main Document Type Database for the W3C Markup Validation Service.
#
-# $Id: types.conf,v 1.25 2007-03-23 02:25:49 ot Exp $
+# $Id: types.conf,v 1.26 2007-04-02 05:19:26 ot Exp $
#
# Maintains all information for each of the document types we support.
# See 'perldoc Config::General' for the syntax, and be aware that the
@@ -547,7 +547,7 @@
SysID = http://www.w3.org/TR/REC-smil/SMIL10.dtd
Parse Mode = XML
<Types>
- Allowed = application/smil+xml
+ Allowed = application/smil+xml application/smil
Preferred = application/smil+xml
</Types>
</SMIL_1_0>
@@ -560,7 +560,7 @@
SysID = http://www.w3.org/2001/SMIL20/SMIL20.dtd
Parse Mode = XML
<Types>
- Allowed = application/smil+xml
+ Allowed = application/smil+xml application/smil
Preferred = application/smil+xml
</Types>
</SMIL_2_0>