diff options
author | ville <ville@localhost> | 2007-10-17 18:11:24 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2007-10-17 18:11:24 +0000 |
commit | 0e7e6c4f0b00b5c1fdbd0068c93260fea8f1e38e (patch) | |
tree | eda737e047d0008fae6c5d2ad1e611f8b15c5633 /misc/docs_errors.pl | |
parent | 28e8d0bffd51fbf38c4933f19cc4927017df65a9 (diff) | |
download | markup-validator-0e7e6c4f0b00b5c1fdbd0068c93260fea8f1e38e.zip markup-validator-0e7e6c4f0b00b5c1fdbd0068c93260fea8f1e38e.tar.gz markup-validator-0e7e6c4f0b00b5c1fdbd0068c93260fea8f1e38e.tar.bz2 |
Drop unneeded config variables.
Diffstat (limited to 'misc/docs_errors.pl')
-rwxr-xr-x | misc/docs_errors.pl | 4 |
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'}, }, }, ); |