diff options
author | ville <ville@localhost> | 2002-12-08 17:51:46 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2002-12-08 17:51:46 +0000 |
commit | db6e4f2bc9a1d1519dc767c5f04eb4575a08f548 (patch) | |
tree | d4b0b6ea6bffe438bf7e2806a9317de0c9f422ab /httpd | |
parent | 6ca2309115862f85b877e7a78bcf80de3133898c (diff) | |
download | markup-validator-db6e4f2bc9a1d1519dc767c5f04eb4575a08f548.zip markup-validator-db6e4f2bc9a1d1519dc767c5f04eb4575a08f548.tar.gz markup-validator-db6e4f2bc9a1d1519dc767c5f04eb4575a08f548.tar.bz2 |
Link tweaks, kudos to checklink.
Diffstat (limited to 'httpd')
-rwxr-xr-x | httpd/cgi-bin/check | 7 |
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. } |