diff options
-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 ba4892f..e48f344 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.29 2008-08-15 13:30:11 ot Exp $ +# $Id: validator.conf,v 1.30 2008-10-11 10:17:17 emiret 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*', @@ -131,6 +131,6 @@ Languages = en </Tips> <External> -# Enable chacking documents via external services +# Enable checking documents via external services #HTML5 = http://localhost:8888/html5/ </External> |