- From: Bjoern Hoehrmann <bjoern@dev.w3.org>
- Date: Fri, 10 Sep 2004 09:25:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv27855
Modified Files:
check
Log Message:
interim fix for broken 403 output
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -d -r1.339 -r1.340
--- check 8 Sep 2004 17:21:05 -0000 1.339
+++ check 10 Sep 2004 09:25:55 -0000 1.340
@@ -1125,6 +1125,12 @@
goes across the network unencrypted.
</p>
EOF
+
+ # this is needed to avoid that the template code emits additional
+ # markup which would make the result invalid and look odd; in the
+ # longer term this should be moved into a template that fits with
+ # the general validator.w3.org style.
+ exit;
}
Received on Friday, 10 September 2004 09:25:58 UTC