summaryrefslogtreecommitdiffstats
path: root/httpd/cgi-bin/check
diff options
context:
space:
mode:
authorville <ville@localhost>2005-01-09 20:40:34 +0000
committerville <ville@localhost>2005-01-09 20:40:34 +0000
commit8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff (patch)
tree11aeba46d556370d435df2a40a2b2920298ed23e /httpd/cgi-bin/check
parentdbbfbcdb39d5bd37f2d10ccb7ce84d06aa1b82c6 (diff)
downloadmarkup-validator-8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff.zip
markup-validator-8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff.tar.gz
markup-validator-8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff.tar.bz2
2005.
Diffstat (limited to 'httpd/cgi-bin/check')
-rwxr-xr-xhttpd/cgi-bin/check6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 0ed09c9..9361b0f 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -3,13 +3,13 @@
# W3C Markup Validation Service
# A CGI script to retrieve and validate a markup file
#
-# Copyright 1995-2004 Gerald Oskoboiny <gerald@w3.org>
+# Copyright 1995-2005 Gerald Oskoboiny <gerald@w3.org>
# for additional contributors, see http://dev.w3.org/cvsweb/validator/
#
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.371 2005-01-09 19:40:52 ville Exp $
+# $Id: check,v 1.372 2005-01-09 20:40:33 ville Exp $
#
# Disable buffering on STDOUT!
@@ -222,7 +222,7 @@ Directory not readable (permission denied): @_r
#
# Strings
- $VERSION = q$Revision: 1.371 $;
+ $VERSION = q$Revision: 1.372 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
#