validator/htdocs detailed-form_directinput.html,1.4,1.5

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv9118

Modified Files:
	detailed-form_directinput.html 
Log Message:
proper markup

Index: detailed-form_directinput.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form_directinput.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- detailed-form_directinput.html	12 Apr 2007 07:18:14 -0000	1.4
+++ detailed-form_directinput.html	12 Apr 2007 11:51:12 -0000	1.5
@@ -1,4 +1,4 @@
-<tr><th><input id="<!--#echo var="fieldset_id" -->_prefill_no" name="prefill" type="radio" value="0" checked="checked" />
+<tr><th colspan="3"><input id="<!--#echo var="fieldset_id" -->_prefill_no" name="prefill" type="radio" value="0" checked="checked" />
   <label for="<!--#echo var="fieldset_id" -->_prefill_no">Validate Full Document</label></th></tr>
 
 <tr class="subchoice" id="choice_full">
@@ -7,7 +7,7 @@
 <td>            <!--#include virtual="doctype-select.html" --></td>
 <td>            <input id="<!--#echo var="fieldset_id" -->-fbd" name="fbd" type="checkbox" value="1" /><label for="<!--#echo var="fieldset_id" -->-fbd">Only if Doctype is missing</label></td>
 </tr>
-<tr><th><input id="<!--#echo var="fieldset_id" -->_prefill_yes" name="prefill" type="radio" value="1" />
+<tr><th colspan="3"><input id="<!--#echo var="fieldset_id" -->_prefill_yes" name="prefill" type="radio" value="1" />
   <label for="<!--#echo var="fieldset_id" -->_prefill_yes">Validate HTML fragment</label></th></tr>
   <tr class="subchoice" id="choice_frag">
     <th class="subchoice_head"><label for="fill_doctype">Use Doctype:</label></th>

Received on Thursday, 12 April 2007 11:51:18 UTC