- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Mar 2010 16:04:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv4741/htdocs
Modified Files:
detailed-form_directinput.html
Log Message:
Add missing colspan.
Index: detailed-form_directinput.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form_directinput.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- detailed-form_directinput.html 9 Nov 2007 19:26:29 -0000 1.9
+++ detailed-form_directinput.html 4 Mar 2010 16:04:24 -0000 1.10
@@ -11,7 +11,7 @@
<label for="<!--#echo var="fieldset_id" -->_prefill_yes">Validate HTML fragment</label></th></tr>
<tr class="subchoice" id="choice_frag">
<th class="subchoice_head">Use Doctype:</th>
- <td>
+ <td colspan="2">
<input type="radio" name="prefill_doctype" id="<!--#echo var="fieldset_id" -->fill_doctype_html401" value="html401" checked="checked" /><label for="<!--#echo var="fieldset_id" -->fill_doctype_html401">HTML 4.01</label>
<input type="radio" name="prefill_doctype" id="<!--#echo var="fieldset_id" -->fill_doctype_xhtml10" value="xhtml10" /><label for="<!--#echo var="fieldset_id" -->fill_doctype_xhtml10">XHTML 1.0</label></td></tr>
<tr>
Received on Thursday, 4 March 2010 16:04:28 UTC