diff options
author | ville <ville@localhost> | 2010-03-04 16:04:24 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-03-04 16:04:24 +0000 |
commit | bbfc95669d135ff47dc8092475d9e98a91639814 (patch) | |
tree | f52f5c3d2166cede575d8e8c511b1787cf1e2283 | |
parent | 11fc71b938111e04003a616d53ea87ca8d564ea2 (diff) | |
download | markup-validator-bbfc95669d135ff47dc8092475d9e98a91639814.zip markup-validator-bbfc95669d135ff47dc8092475d9e98a91639814.tar.gz markup-validator-bbfc95669d135ff47dc8092475d9e98a91639814.tar.bz2 |
Add missing colspan.
-rwxr-xr-x | htdocs/detailed-form_directinput.html | 2 |
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> |