diff options
author | gerald <gerald@localhost> | 2000-01-26 15:16:53 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-01-26 15:16:53 +0000 |
commit | f3974c2febdc9227197d38bbf0a7abb9bb03f782 (patch) | |
tree | 59eff53e41c8c73238a802ebf987f5d6a568e23f | |
parent | 0c57846899e0437ced4a724501cb29bde9300622 (diff) | |
download | markup-validator-f3974c2febdc9227197d38bbf0a7abb9bb03f782.zip markup-validator-f3974c2febdc9227197d38bbf0a7abb9bb03f782.tar.gz markup-validator-f3974c2febdc9227197d38bbf0a7abb9bb03f782.tar.bz2 |
commented out "explanation..." links for now due to broken links
(actually did this a while ago in the production server, just
hadn't committed it)
-rwxr-xr-x | httpd/cgi-bin/check | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index c898563..f1fda3c 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.58 2000-01-26 15:13:24 gerald Exp $ +# $Id: check,v 1.59 2000-01-26 15:16:53 gerald Exp $ # # We need Perl 5.004. @@ -73,9 +73,9 @@ my $element_ref = 'http://www.htmlhelp.com/reference/html40/'; # # Strings -$VERSION = q$Revision: 1.58 $; +$VERSION = q$Revision: 1.59 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; -$DATE = q$Date: 2000-01-26 15:13:24 $; +$DATE = q$Date: 2000-01-26 15:16:53 $; $MAINTAINER = 'gerald@w3.org'; my $notice = ''; # "<p><strong>Note: This service will be ...</strong>"; @@ -576,8 +576,9 @@ if ( $? ) { print qq{<span class=error>Error: $msg</span>}; if ( defined $frag->{$msgindex} ) { - print qq{ (<a - href="$faqerrloc#$frag->{$msgindex}">explanation...</a>)}; + # temporarily commented out due to broken links + # print qq{ (<a + # href="$faqerrloc#$frag->{$msgindex}">explanation...</a>)}; } else { # remember msgindexes without frags, to get the KGV FAQ updated. $undef_frag{$msgindex} = 1; |