validator/htdocs/config tips.cfg,1.10,1.11

Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv14788/htdocs/config

Modified Files:
	tips.cfg 
Log Message:
Move more HTML escaping to templates.

Index: tips.cfg
===================================================================
RCS file: /sources/public/validator/htdocs/config/tips.cfg,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tips.cfg	3 Aug 2004 06:17:35 -0000	1.10
+++ tips.cfg	15 Jan 2005 15:20:39 -0000	1.11
@@ -3,7 +3,9 @@
 #
 # Each key is a URL and the value is the text that should be displayed as
 # the link to it. Will appear in Validation Results pages. To disable
-# just comment out  or delete all lines in this file.
+# just comment out or delete all lines in this file. The URL should be a
+# properly escaped URI (not HTML escaped), and the value is included as-is
+# in the markup.
 #
 # $Id$
 #

Received on Saturday, 15 January 2005 15:20:42 UTC