diff options
author | ot <ot@localhost> | 2009-03-26 19:41:02 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2009-03-26 19:41:02 +0000 |
commit | afe894c11d2516d8c89c1abb5ddf490f64448a65 (patch) | |
tree | 5a29b02a291101d88b186c536fe755d506fd4e5f | |
parent | feeecbf0a804adb87b3c45eec520bcfb2ff678f0 (diff) | |
download | markup-validator-afe894c11d2516d8c89c1abb5ddf490f64448a65.zip markup-validator-afe894c11d2516d8c89c1abb5ddf490f64448a65.tar.gz markup-validator-afe894c11d2516d8c89c1abb5ddf490f64448a65.tar.bz2 |
hasty copy-paste, fixvalidator-0_8_5-release
-rw-r--r-- | htdocs/config/validator.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf index 9836976..a123857 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.33 2009-03-17 16:27:34 ot Exp $ +# $Id: validator.conf,v 1.34 2009-03-26 19:41:02 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*', @@ -143,5 +143,5 @@ Languages = en ## on the same machine as the markup validator. ## See http://about.validator.nu/ for installation instructions. #HTML5 = http://localhost:8888/html5/ -#CompoundXML = http://localhost:8888/html5/ +#CompoundXML = http://localhost:8888/ </External> |