summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2007-12-05 09:15:15 +0000
committerot <ot@localhost>2007-12-05 09:15:15 +0000
commitd311db245fc8f492c5f5734953c8b618b26cc77e (patch)
treec74e7383367010fba6dc791511fa88157271db28
parent848613361501a9ea3f6b970d0fe5cb6a544494b8 (diff)
downloadmarkup-validator-d311db245fc8f492c5f5734953c8b618b26cc77e.zip
markup-validator-d311db245fc8f492c5f5734953c8b618b26cc77e.tar.gz
markup-validator-d311db245fc8f492c5f5734953c8b618b26cc77e.tar.bz2
fixing 404s in XHTML MP DTD locations
-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 ae0e0ed..02a6f35 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.34 2007-12-04 23:16:12 ot Exp $
+# $Id: types.conf,v 1.35 2007-12-05 09:15:15 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
@@ -396,7 +396,7 @@
Name = html
Display = XHTML Mobile Profile 1.1
PubID = -//WAPFORUM//DTD XHTML Mobile 1.1//EN
- SysID = http://www.openmobilealliance.org/DTD/xhtml-mobile11.dtd
+ SysID = http://www.openmobilealliance.org/tech/DTD/xhtml-mobile11.dtd
Namespace = http://www.w3.org/1999/xhtml
Namespace Required = 0 # it is unclear whether the namespace is fixed, or required
Parse Mode = XML
@@ -410,7 +410,7 @@
Name = html
Display = XHTML Mobile Profile 1.2
PubID = -//WAPFORUM//DTD XHTML Mobile 1.2//EN
- SysID = http://www.openmobilealliance.org/DTD/xhtml-mobile12.dtd
+ SysID = http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd
Namespace = http://www.w3.org/1999/xhtml
Namespace Required = 0 # it is unclear whether the namespace is fixed, or required
Parse Mode = XML