diff options
author | ville <ville@localhost> | 2005-01-09 20:40:34 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2005-01-09 20:40:34 +0000 |
commit | 8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff (patch) | |
tree | 11aeba46d556370d435df2a40a2b2920298ed23e /httpd/cgi-bin/check | |
parent | dbbfbcdb39d5bd37f2d10ccb7ce84d06aa1b82c6 (diff) | |
download | markup-validator-8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff.zip markup-validator-8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff.tar.gz markup-validator-8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff.tar.bz2 |
2005.
Diffstat (limited to 'httpd/cgi-bin/check')
-rwxr-xr-x | httpd/cgi-bin/check | 6 |
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/; # |