- From: Ville Skytta <ville@dev.w3.org>
- Date: Sun, 10 Oct 2004 15:23:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv22120/htdocs/config
Modified Files:
validator.conf
Log Message:
Don't hardcode en_US in base template path; move it to Perl code instead so
we can conneg that sometime later.
Index: validator.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/validator.conf,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- validator.conf 10 Oct 2004 15:10:44 -0000 1.16
+++ validator.conf 10 Oct 2004 15:23:21 -0000 1.17
@@ -24,7 +24,7 @@
#
# Location of template files
- Templates = $Base/share/templates/en_US
+ Templates = $Base/share/templates
<SGML>
#
Received on Sunday, 10 October 2004 15:23:23 UTC