diff options
author | ot <ot@localhost> | 2008-08-11 20:09:24 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-08-11 20:09:24 +0000 |
commit | b3bd0daf410a5850168df5fd3e43b46cbe2ab976 (patch) | |
tree | 585815fe024ad65a26397a9e66d28c5b12c92277 /htdocs | |
parent | 6fc936039402791b8886dce2f646c8b98662ffc1 (diff) | |
download | markup-validator-b3bd0daf410a5850168df5fd3e43b46cbe2ab976.zip markup-validator-b3bd0daf410a5850168df5fd3e43b46cbe2ab976.tar.gz markup-validator-b3bd0daf410a5850168df5fd3e43b46cbe2ab976.tar.bz2 |
fixing typo in catalog entry for HTML i18n
Diffstat (limited to 'htdocs')
-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 9dc8a25..10e65e9 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.39 2008-03-27 22:20:49 ot Exp $ +# $Id: types.conf,v 1.40 2008-08-11 20:09:24 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 @@ -473,7 +473,7 @@ <HTML_i18n> Name = html Display = HTML i18n - PubID = -//IETF//DTD HTML i18n/EN + PubID = -//IETF//DTD HTML i18n//EN Parse Mode = SGML <Types> Allowed = text/html |