diff options
author | gerald <gerald@localhost> | 1999-09-27 10:12:31 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1999-09-27 10:12:31 +0000 |
commit | 09d813cc06e2e82cb866264e3945938c90354fe0 (patch) | |
tree | 2059a40d2db02464829d8c0c7b63bb0a4f2040d8 | |
parent | 99e6839d587346ae69f425b7d4770327cf52c3f4 (diff) | |
download | markup-validator-09d813cc06e2e82cb866264e3945938c90354fe0.zip markup-validator-09d813cc06e2e82cb866264e3945938c90354fe0.tar.gz markup-validator-09d813cc06e2e82cb866264e3945938c90354fe0.tar.bz2 |
updated the URI for weblint
-rwxr-xr-x | httpd/cgi-bin/check | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 99a6c34..17c653d 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -8,7 +8,7 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.34 1999-09-17 08:52:54 gerald Exp $ +# $Id: check,v 1.35 1999-09-27 10:12:31 gerald Exp $ use LWP::UserAgent; use strict; @@ -17,8 +17,8 @@ use strict; # Constant definitions ############################################################################# -my $cvsrevision = '$Revision: 1.34 $'; -my $cvsdate = '$Date: 1999-09-17 08:52:54 $'; +my $cvsrevision = '$Revision: 1.35 $'; +my $cvsdate = '$Date: 1999-09-27 10:12:31 $'; my $logfile = "/var/log/httpd/val-svc"; @@ -775,7 +775,7 @@ if ( $FORM{"weblint"} eq "true" ) { <p> Below are the results of running <a - href="http://www.cre.canon.co.uk/~neilb/weblint/">Weblint</a> + href="http://www.weblint.org/">Weblint</a> on this document$pedantic_blurb: </p> EOF |