diff options
author | ot <ot@localhost> | 2007-03-02 07:08:16 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-03-02 07:08:16 +0000 |
commit | d21b951c947fb4b2b32d6b5be1e5e402b4433149 (patch) | |
tree | 79b3e9263ac791a436cd8bc9ee42cc48d1b6f7dd /htdocs | |
parent | cdcdc7508ff7087d391ffa46c5a61f2013efd779 (diff) | |
download | markup-validator-d21b951c947fb4b2b32d6b5be1e5e402b4433149.zip markup-validator-d21b951c947fb4b2b32d6b5be1e5e402b4433149.tar.gz markup-validator-d21b951c947fb4b2b32d6b5be1e5e402b4433149.tar.bz2 |
Should not hardcode tidy conf path, make it configurable in main conf file
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/validator.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf index acde331..13e8dc7 100644 --- a/htdocs/config/validator.conf +++ b/htdocs/config/validator.conf @@ -1,7 +1,7 @@ # # Main Configuration File for the W3C Markup Validation Service. # -# $Id: validator.conf,v 1.26 2006-11-13 04:13:52 ot Exp $ +# $Id: validator.conf,v 1.27 2007-03-02 07:08:16 ot Exp $ # # See 'perldoc Config::General' for the syntax, and be aware that the # 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*', @@ -27,6 +27,9 @@ # Location of template files Templates = $Base/share/templates + # configuration file for HTML Tidy Module, if available + TidyConf = $Base/htdocs/config/tidy.conf + <SGML> # # The SGML Library Path. |