summaryrefslogtreecommitdiffstats
path: root/httpd/cgi-bin/check
diff options
context:
space:
mode:
authorville <ville@localhost>2009-09-05 10:46:02 +0000
committerville <ville@localhost>2009-09-05 10:46:02 +0000
commit2d5084d8b6b1203e997d7635a1f6341997e8de1b (patch)
tree52d893dc0081a34fd493747a8fac3736047b6f1a /httpd/cgi-bin/check
parent49714aa75ce509d4dd6b51e5874fa8b11533723e (diff)
downloadmarkup-validator-2d5084d8b6b1203e997d7635a1f6341997e8de1b.zip
markup-validator-2d5084d8b6b1203e997d7635a1f6341997e8de1b.tar.gz
markup-validator-2d5084d8b6b1203e997d7635a1f6341997e8de1b.tar.bz2
Drop remainders of old outline code.
Diffstat (limited to 'httpd/cgi-bin/check')
-rwxr-xr-xhttpd/cgi-bin/check5
1 files changed, 2 insertions, 3 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 9169c63..b4ccff7 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -14,7 +14,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.683 2009-09-03 19:10:25 ville Exp $
+# $Id: check,v 1.684 2009-09-05 10:46:02 ville Exp $
#
# Disable buffering on STDOUT!
$| = 1;
@@ -206,7 +206,7 @@ Directory not readable (permission denied): @_r
#
# Strings
- $VERSION = q$Revision: 1.683 $;
+ $VERSION = q$Revision: 1.684 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
#
@@ -1288,7 +1288,6 @@ $template->param(file_source => &source($File))
# if $File->{Opt}->{'Show Errors'};
#$template->param('file_raw_errors' => &show_errors($File))
# if $template->param('opt_show_raw_errors');
-# $T->param(file_outline => &outline($File)) if $T->param('opt_show_outline');
if ($File->{Opt}->{Output} eq 'json') {
# No JSON escaping in HTML::Template (and "JS" is not the right thing here)