diff options
author | ville <ville@localhost> | 2008-02-10 11:25:05 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2008-02-10 11:25:05 +0000 |
commit | 0f81cbd4244299514f9c297b92257fa577941b61 (patch) | |
tree | 7d6565a602877c81b16007f73b04d7d5af36a168 | |
parent | 15896ecd2d8a0b485bf5a5ee9c8c8af253c99045 (diff) | |
download | markup-validator-0f81cbd4244299514f9c297b92257fa577941b61.zip markup-validator-0f81cbd4244299514f9c297b92257fa577941b61.tar.gz markup-validator-0f81cbd4244299514f9c297b92257fa577941b61.tar.bz2 |
Fix XHTML MP 1.0 SysID.
-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 95d04ab..ebc0a66 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.37 2008-01-17 08:09:23 ot Exp $ +# $Id: types.conf,v 1.38 2008-02-10 11:25:05 ville Exp $ # # Maintains all information for each of the document types we support. # See 'perldoc Config::General' for the syntax, and be aware that the @@ -382,7 +382,7 @@ Name = html Display = XHTML Mobile Profile 1.0 PubID = -//WAPFORUM//DTD XHTML Mobile 1.0//EN - SysID = http://www.openmobilealliance.org/DTD/xhtml-mobile10.dtd + SysID = http://www.wapforum.org/DTD/xhtml-mobile10.dtd Namespace = http://www.w3.org/1999/xhtml Namespace Required = 0 # it is unclear whether the namespace is fixed, or required Parse Mode = XML |