diff options
-rw-r--r-- | htdocs/config/validator.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf index 0659410..ba4892f 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.28 2007-03-14 06:33:35 ot Exp $ +# $Id: validator.conf,v 1.29 2008-08-15 13:30:11 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*', @@ -130,3 +130,7 @@ Languages = en Include tips.cfg </Tips> +<External> +# Enable chacking documents via external services +#HTML5 = http://localhost:8888/html5/ +</External> |