diff options
author | ville <ville@localhost> | 2004-10-12 18:18:02 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2004-10-12 18:18:02 +0000 |
commit | 6c7d0f2ef251a84323d3b00a8181d5679eccf32c (patch) | |
tree | 2beb4445a058f2d76485000bfd4284587032f8b7 | |
parent | 165370e6e6f9034062cc009cff46d18221491753 (diff) | |
download | markup-validator-6c7d0f2ef251a84323d3b00a8181d5679eccf32c.zip markup-validator-6c7d0f2ef251a84323d3b00a8181d5679eccf32c.tar.gz markup-validator-6c7d0f2ef251a84323d3b00a8181d5679eccf32c.tar.bz2 |
Remove unreferenced (and missing) IETF Latin 1 entity set.
-rw-r--r-- | htdocs/sgml-lib/sgml.soc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/htdocs/sgml-lib/sgml.soc b/htdocs/sgml-lib/sgml.soc index dd959c7..54f2278 100644 --- a/htdocs/sgml-lib/sgml.soc +++ b/htdocs/sgml-lib/sgml.soc @@ -1,11 +1,10 @@ -- SGML catalog for the W3C Markup Validation Service -- - -- $Id: sgml.soc,v 1.13 2004-10-12 18:00:59 ville Exp $ -- + -- $Id: sgml.soc,v 1.14 2004-10-12 18:18:02 ville Exp $ -- OVERRIDE YES -- prefer public identifiers to system identifiers -- SGMLDECL sgml.dcl -- ISO latin 1 entity set for HTML -- -PUBLIC "-//IETF//ENTITIES Added Latin 1 for HTML//EN" html-latin.sgml PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML" IETF/ISOlat1.ent PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN" IETF/ISOlat1.ent |