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

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

Modified Files:
      Tag: validator-0_7-branch
	table.tmpl 
Log Message:
Merging changes between validator-0_7_0-release and current HEAD at tag
validator-0_7-branchpoint.


Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -u -d -r1.17 -r1.17.2.1
--- table.tmpl	27 Jul 2005 09:23:51 -0000	1.17
+++ table.tmpl	15 Aug 2005 22:47:51 -0000	1.17.2.1
@@ -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 Monday, 15 August 2005 22:47:58 UTC