validator/share/templates/en_US table.tmpl,1.11,1.12

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

Modified Files:
	table.tmpl 
Log Message:
Add "missing" colon between debug var names and values.

Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- table.tmpl	8 Jan 2005 22:22:55 -0000	1.11
+++ table.tmpl	9 Jan 2005 19:22:26 -0000	1.12
@@ -17,7 +17,7 @@
 </TMPL_IF>
 <TMPL_IF NAME="opt_debug">
   <TMPL_LOOP NAME="debug">
-    <tr><th><TMPL_VAR NAME="name"></th><td colspan="2"><TMPL_VAR NAME="value"></td></tr>
+    <tr><th><TMPL_VAR NAME="name">:</th><td colspan="2"><TMPL_VAR NAME="value"></td></tr>
   </TMPL_LOOP>
 </TMPL_IF>
 <TMPL_IF NAME="is_upload">

Received on Sunday, 9 January 2005 19:22:29 UTC