validator/share/templates/en_US table.tmpl,1.35,1.36

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

Modified Files:
	table.tmpl 
Log Message:
fixing a little glitch that was adding extra whitespace in shown source code for revalidation

Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- table.tmpl	4 Oct 2007 05:57:42 -0000	1.35
+++ table.tmpl	9 Oct 2007 09:48:59 -0000	1.36
@@ -54,7 +54,7 @@
 <TMPL_ELSE>
   <TMPL_IF NAME="is_direct_input">
           <th><label title="Uploaded source of your Document" for="fragment">Source</label>:</th><td colspan="2"><textarea id="fragment" name="fragment" rows="12" cols="80"><TMPL_LOOP NAME="file_source"><TMPL_VAR NAME="file_source_line" ESCAPE="HTML">
-    </TMPL_LOOP></textarea></td>
+</TMPL_LOOP></textarea></td>
   <TMPL_ELSE>  
       <th><label title="Address of Page to Validate" for="uri">Address</label>:</th>
       <td colspan="2"><input type="text" id="uri" name="uri" value="<TMPL_VAR NAME="file_uri" ESCAPE="HTML">" size="50" /></td>

Received on Tuesday, 9 October 2007 09:49:09 UTC