diff options
author | ot <ot@localhost> | 2007-03-23 02:25:49 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-03-23 02:25:49 +0000 |
commit | 43fbc3c59aa3ed597cdc63eb0e6c7735099c5dc8 (patch) | |
tree | 9c4d533e716eec8d3889432b2d12405180440623 | |
parent | 7124a8207d495761a6bd565a28dd66dd2a3d2bf4 (diff) | |
download | markup-validator-43fbc3c59aa3ed597cdc63eb0e6c7735099c5dc8.zip markup-validator-43fbc3c59aa3ed597cdc63eb0e6c7735099c5dc8.tar.gz markup-validator-43fbc3c59aa3ed597cdc63eb0e6c7735099c5dc8.tar.bz2 |
fixing a hasty copy-paste
-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 6c52485..b37b1ee 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.24 2007-03-16 04:00:58 ot Exp $ +# $Id: types.conf,v 1.25 2007-03-23 02:25:49 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 @@ -329,7 +329,7 @@ <XHTML_Basic_1_1> Name = html - Display = XHTML Basic 1.0 + Display = XHTML Basic 1.1 Info URL = http://www.w3.org/TR/xhtml-basic/ PubID = -//W3C//DTD XHTML Basic 1.1//EN SysID = http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd |