diff options
author | ot <ot@localhost> | 2006-07-28 05:55:26 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2006-07-28 05:55:26 +0000 |
commit | a3065e3f5c359ee54732e2a2d8e0accc0497e0e7 (patch) | |
tree | 7619c80ddd9f6099c9c2067ebf3b2f7625a20b4c | |
parent | 51ab3edfeca78c832a44eebaa0faf1190efeca06 (diff) | |
download | markup-validator-a3065e3f5c359ee54732e2a2d8e0accc0497e0e7.zip markup-validator-a3065e3f5c359ee54732e2a2d8e0accc0497e0e7.tar.gz markup-validator-a3065e3f5c359ee54732e2a2d8e0accc0497e0e7.tar.bz2 |
fixing typo in SMIL 1.0 entry
-rw-r--r-- | htdocs/config/types.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index cd2504f..39f6d7f 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.16 2006-03-31 05:48:02 ot Exp $ +# $Id: types.conf,v 1.17 2006-07-28 05:55: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 @@ -509,7 +509,7 @@ Forbidden = text/html Preferred = application/smil+xml </Types> -</SVG_1_0> +</SMIL_1_0> <SMIL_2_0> Name = smil |