summaryrefslogtreecommitdiffstats
path: root/httpd
diff options
context:
space:
mode:
authorville <ville@localhost>2002-12-08 17:51:46 +0000
committerville <ville@localhost>2002-12-08 17:51:46 +0000
commitdb6e4f2bc9a1d1519dc767c5f04eb4575a08f548 (patch)
treed4b0b6ea6bffe438bf7e2806a9317de0c9f422ab /httpd
parent6ca2309115862f85b877e7a78bcf80de3133898c (diff)
downloadmarkup-validator-db6e4f2bc9a1d1519dc767c5f04eb4575a08f548.zip
markup-validator-db6e4f2bc9a1d1519dc767c5f04eb4575a08f548.tar.gz
markup-validator-db6e4f2bc9a1d1519dc767c5f04eb4575a08f548.tar.bz2
Link tweaks, kudos to checklink.
Diffstat (limited to 'httpd')
-rwxr-xr-xhttpd/cgi-bin/check7
1 files changed, 4 insertions, 3 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 78cdcd3..e1a2a35 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -9,7 +9,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.319 2002-12-08 01:46:44 link Exp $
+# $Id: check,v 1.320 2002-12-08 17:51:46 ville Exp $
#
# Disable buffering on STDOUT!
@@ -144,7 +144,7 @@ The error reported was: '$@'
#
# Strings
- $VERSION = q$Revision: 1.319 $;
+ $VERSION = q$Revision: 1.320 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
} # end of BEGIN block.
@@ -468,7 +468,8 @@ if (&is_xml($File)) {
$catalog = File::Spec->catfile($CFG->{SGML_Library}, 'xml.soc');
push(@xmlflags, '-wxml');
&add_warning($File, 'Note:', <<".EOF.");
- The Validator XML support has <a href="http://openjade.sf.net/doc/xml.htm"
+ The Validator XML support has
+ <a href="http://openjade.sourceforge.net/doc/xml.htm"
title="Limitations in Validator XML support">some limitations</a>.
.EOF.
}