diff options
-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> |