- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Oct 2007 07:05:34 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc
In directory hutz:/tmp/cvs-serv11745
Modified Files:
docs_errors.pl
Log Message:
update for the templated links in error message explanations
Index: docs_errors.pl
===================================================================
RCS file: /sources/public/validator/misc/docs_errors.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- docs_errors.pl 2 Apr 2007 10:18:37 -0000 1.5
+++ docs_errors.pl 10 Oct 2007 07:05:32 -0000 1.6
@@ -109,6 +109,8 @@
$single_error{original} = $original;
$single_error{id} = $error_id;
$single_error{verbose} = $RSRC->{msg}->{$error_id}->{verbose};
+ $single_error{verbose} =~ s/<!--CFG_HOME_PAGE-->/$CFG->{'Home Page'}/g;
+
push @{$errors}, \%single_error;
# Fix up relative paths (/check vs /docs/errors.html)
s/href="docs\//href="/
Received on Wednesday, 10 October 2007 07:05:41 UTC