summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2010-03-04 16:04:24 +0000
committerville <ville@localhost>2010-03-04 16:04:24 +0000
commitbbfc95669d135ff47dc8092475d9e98a91639814 (patch)
treef52f5c3d2166cede575d8e8c511b1787cf1e2283
parent11fc71b938111e04003a616d53ea87ca8d564ea2 (diff)
downloadmarkup-validator-bbfc95669d135ff47dc8092475d9e98a91639814.zip
markup-validator-bbfc95669d135ff47dc8092475d9e98a91639814.tar.gz
markup-validator-bbfc95669d135ff47dc8092475d9e98a91639814.tar.bz2
Add missing colspan.
-rwxr-xr-xhtdocs/detailed-form_directinput.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/detailed-form_directinput.html b/htdocs/detailed-form_directinput.html
index 122963b..08a10e1 100755
--- a/htdocs/detailed-form_directinput.html
+++ b/htdocs/detailed-form_directinput.html
@@ -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>