summaryrefslogtreecommitdiffstats
path: root/htdocs/detailed-form.html
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/detailed-form.html')
-rwxr-xr-xhtdocs/detailed-form.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/htdocs/detailed-form.html b/htdocs/detailed-form.html
index 7a06096..f2d7fd5 100755
--- a/htdocs/detailed-form.html
+++ b/htdocs/detailed-form.html
@@ -61,16 +61,16 @@
</tr>
<tr>
<th rowspan="3">Options:</th>
- <td><label><input name="ss" type="checkbox" value="1" /> Show Source</label></td>
- <td><label><input name="sp" type="checkbox" value="1" /> Show Parse Tree</label></td>
+ <td><label for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
+ <td><label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /> Show Parse Tree</label></td>
</tr>
<tr>
- <td><label><input name="outline" type="checkbox" value="1" /> Show Outline</label></td>
- <td><label><input name="noatt" type="checkbox" value="1" /> ...exclude attributes</label></td>
+ <td><label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
+ <td><label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /> ...exclude attributes</label></td>
</tr>
<tr>
- <td><label><input name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
- <td><label><input name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
+ <td><label for="No200"><input id="No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
+ <td><label for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
</tr>
<tr>
<td></td>