validator/share/templates/en_US table.tmpl,1.17,1.18

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

Modified Files:
	table.tmpl 
Log Message:
fixing bug 1845

Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- table.tmpl	27 Jul 2005 09:23:51 -0000	1.17
+++ table.tmpl	13 Aug 2005 11:00:10 -0000	1.18
@@ -21,7 +21,7 @@
       <th>File:</th><td colspan="2"><TMPL_VAR NAME="file_uri" ESCAPE="HTML"></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">" /></td>
+      <td colspan="2"><input type="text" id="uri" name="uri" value="<TMPL_VAR NAME="file_uri" ESCAPE="HTML">" size="50" /></td>
 </TMPL_IF>
     </tr>
 <TMPL_IF NAME="opt_verbose">

Received on Saturday, 13 August 2005 11:00:15 UTC