diff options
Diffstat (limited to 'misc/docs_errors.pl')
-rwxr-xr-x | misc/docs_errors.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/docs_errors.pl b/misc/docs_errors.pl index 7ec0f81..606f661 100755 --- a/misc/docs_errors.pl +++ b/misc/docs_errors.pl @@ -2,7 +2,7 @@ ## ## Generates HTML documentation of error messages and explanations ## for W3C Markup Validation Service -## $Id: docs_errors.pl,v 1.13 2009-11-23 22:24:15 ville Exp $ +## $Id: docs_errors.pl,v 1.14 2009-11-24 18:58:59 ville Exp $ ## Pragmas. use strict; @@ -53,7 +53,7 @@ BEGIN { $CFG = \%cfg; }; if ($@) { - die <<EOF; + die <<"EOF"; Could not read configuration. Set the W3C_VALIDATOR_CFG environment variable or copy conf/* to /etc/w3c/. Make sure that the configuration file and all included files are readable by the web server user. The error was:\n'$@' |