diff options
author | ot <ot@localhost> | 2005-07-26 03:22:32 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-07-26 03:22:32 +0000 |
commit | e8392c55657bdb52ea654ad7022a7645e887bdb0 (patch) | |
tree | 3fb3842c4cbce461897cb85441af386e392324c7 /htdocs/sgml-lib/sgml.soc | |
parent | b4b8e58d07f17ba7ae59dc19ff103e565aeccec7 (diff) | |
download | markup-validator-e8392c55657bdb52ea654ad7022a7645e887bdb0.zip markup-validator-e8392c55657bdb52ea654ad7022a7645e887bdb0.tar.gz markup-validator-e8392c55657bdb52ea654ad7022a7645e887bdb0.tar.bz2 |
bringing back reference to ENTITIES Latin1, see http://lists.w3.org/Archives/Public/www-validator/2005Jul/0059
Diffstat (limited to 'htdocs/sgml-lib/sgml.soc')
-rw-r--r-- | htdocs/sgml-lib/sgml.soc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/sgml-lib/sgml.soc b/htdocs/sgml-lib/sgml.soc index 8e52b87..aafafef 100644 --- a/htdocs/sgml-lib/sgml.soc +++ b/htdocs/sgml-lib/sgml.soc @@ -1,5 +1,5 @@ -- SGML catalog for the W3C Markup Validation Service -- - -- $Id: sgml.soc,v 1.17 2005-05-24 06:12:45 ot Exp $ -- + -- $Id: sgml.soc,v 1.18 2005-07-26 03:22:32 ot Exp $ -- OVERRIDE YES -- prefer public identifiers to system identifiers -- SGMLDECL sgml.dcl @@ -45,6 +45,7 @@ PUBLIC "-//W3C//DTD HTML 4.01//EN" REC-html401-19991224/strict.dtd PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" REC-html401-19991224/loose.dtd PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" REC-html401-19991224/frameset.dtd PUBLIC "-//W3C//ENTITIES Latin 1//EN//HTML" REC-html401-19991224/HTMLlat1.ent +PUBLIC "-//W3C//ENTITIES Latin1//EN//HTML" REC-html401-19991224/HTMLlat1.ent PUBLIC "-//W3C//ENTITIES Special//EN//HTML" REC-html401-19991224/HTMLspecial.ent PUBLIC "-//W3C//ENTITIES Symbols//EN//HTML" REC-html401-19991224/HTMLsymbol.ent |