diff options
author | ot <ot@localhost> | 2007-04-12 11:51:12 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-04-12 11:51:12 +0000 |
commit | b8697cb850614093b5e38cd861e6d5ebd63a6f0f (patch) | |
tree | cba95b79a8af4f13e7279c7cae23de8562c52ad3 | |
parent | 70c050ad6210c2f59de0b572e26b3473c134a55a (diff) | |
download | markup-validator-b8697cb850614093b5e38cd861e6d5ebd63a6f0f.zip markup-validator-b8697cb850614093b5e38cd861e6d5ebd63a6f0f.tar.gz markup-validator-b8697cb850614093b5e38cd861e6d5ebd63a6f0f.tar.bz2 |
proper markup
-rwxr-xr-x | htdocs/detailed-form_directinput.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/detailed-form_directinput.html b/htdocs/detailed-form_directinput.html index f1c0734..3541081 100755 --- a/htdocs/detailed-form_directinput.html +++ b/htdocs/detailed-form_directinput.html @@ -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> |