validator/share/templates/en_US valid.tmpl,1.5,1.6

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv12787/share/templates/en_US

Modified Files:
	valid.tmpl 
Log Message:
Escape "file URI" properly in CSS validator URI query string param.

Generally speaking, it would be better to do the escaping consistently in the
templates wherever possible instead of in "check", no?


Index: valid.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/valid.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- valid.tmpl	9 Jan 2005 13:14:30 -0000	1.5
+++ valid.tmpl	9 Jan 2005 14:29:34 -0000	1.6
@@ -65,7 +65,7 @@
     check it for validity
 <TMPL_ELSE>
     <a title="Validate CSS at the W3C CSS Validator"
-    href="http://jigsaw.w3.org/css-validator/validator?uri=<TMPL_VAR NAME="file_uri">">check
+    href="http://jigsaw.w3.org/css-validator/validator?uri=<TMPL_VAR NAME="file_uri_param">">check
     it for validity</a>
 </TMPL_IF>
     using the W3C

Received on Sunday, 9 January 2005 14:29:37 UTC