- From: Terje Bless <link@hutz.w3.org>
- Date: Fri, 21 May 2004 08:40:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/sgml-lib In directory hutz:/tmp/cvs-serv12861 Modified Files: Tag: validator-0_6_0-branch sgml.soc Log Message: Fix b0rked comment syntax ("#" is not a comment marker in SOC!). Never "cvs ci" when you're terminally sleep-deprived hours before release. Index: sgml.soc =================================================================== RCS file: /sources/public/validator/htdocs/sgml-lib/sgml.soc,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -u -d -r1.3.2.2 -r1.3.2.3 --- sgml.soc 20 May 2004 22:06:20 -0000 1.3.2.2 +++ sgml.soc 21 May 2004 08:40:42 -0000 1.3.2.3 @@ -151,8 +151,7 @@ PUBLIC "-//bebop.net//DTD HTML Apple Help 1.0//EN" AppleHelp1.0.dtd -# -# Do not prefer document type name over a SYSTEM Identifier. + -- Do not prefer document type name over a SYSTEM Identifier. -- OVERRIDE NO -- Fallback for HTML documents if no FPI is given. --
Received on Friday, 21 May 2004 04:43:49 UTC