summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2002-12-07 03:48:58 +0000
committerlink <link@localhost>2002-12-07 03:48:58 +0000
commit6094c0a0d75aec7bd27062a315ca79cf0942ca00 (patch)
treed6388c24185753ccdfe8c0310017806c6fdef7e3
parentd5ce4133014e3a3d059f7543410f0e80fe3c38b4 (diff)
downloadmarkup-validator-6094c0a0d75aec7bd27062a315ca79cf0942ca00.zip
markup-validator-6094c0a0d75aec7bd27062a315ca79cf0942ca00.tar.gz
markup-validator-6094c0a0d75aec7bd27062a315ca79cf0942ca00.tar.bz2
Remove no longer used Header/Footer params.
-rw-r--r--htdocs/config/validator.conf8
1 files changed, 1 insertions, 7 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf
index 1659ebf..d0748ea 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.2 2002-12-01 13:47:15 link Exp $
+# $Id: validator.conf,v 1.3 2002-12-07 03:48:58 link 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*'.
@@ -69,12 +69,6 @@ SGML_Library = /usr/local/validator/htdocs/sgml-lib
#
-# The "templates" for headers, footers...
-Header = /usr/local/validator/htdocs/header.html
-Footer = /usr/local/validator/htdocs/footer.html
-
-
-#
# Comma separated list of protocols the validator is allowed to use for
# retrieving documents. The default is to allow http and https.
#Allowed_Protocols = http,https