- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Nov 2006 01:56:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv26564
Modified Files:
Tag: validator-0_7-branch
check
Log Message:
bringing back the outline, by popular demand...
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.432.2.19
retrieving revision 1.432.2.20
diff -u -d -r1.432.2.19 -r1.432.2.20
--- check 23 Oct 2006 05:54:09 -0000 1.432.2.19
+++ check 9 Nov 2006 01:56:04 -0000 1.432.2.20
@@ -853,7 +853,7 @@
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');
print $template->output;
#
Received on Thursday, 9 November 2006 01:56:17 UTC