summaryrefslogtreecommitdiffstats
path: root/misc/docs_errors.pl
diff options
context:
space:
mode:
Diffstat (limited to 'misc/docs_errors.pl')
-rwxr-xr-xmisc/docs_errors.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/docs_errors.pl b/misc/docs_errors.pl
index 1e37130..ba57d42 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.6 2007-10-10 07:05:32 ot Exp $
+## $Id: docs_errors.pl,v 1.7 2007-10-17 18:11:24 ville Exp $
## Pragmas.
use strict;
@@ -40,10 +40,8 @@ BEGIN {
-AutoLaunder => TRUE,
-AutoTrue => TRUE,
-DefaultConfig => {
- Protocols => {Allow => 'http,https'},
Paths => {
Base => ($ENV{W3C_VALIDATOR_HOME} || '/usr/local/validator'),
- SGML => {Parser => '/usr/bin/onsgmls'},
},
},
);