diff options
Diffstat (limited to 'htdocs/detailed-form_directinput.html')
-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 12f22ec..10aef4a 100755 --- a/htdocs/detailed-form_directinput.html +++ b/htdocs/detailed-form_directinput.html @@ -19,7 +19,7 @@ </tr> <tr> - <td><label title="Show Page Source" for="<!--#echo var="fieldset_id" -->-ss"><input id="<!--#echo var="fieldset_id" -->-ss" name="ss" type="checkbox" value="1" />Show Source</label></td> + <td><input id="<!--#echo var="fieldset_id" -->-ss" name="ss" type="checkbox" value="1" /><label title="Show Page Source" for="<!--#echo var="fieldset_id" -->-ss">Show Source</label></td> <td colspan="2"><input id="<!--#echo var="fieldset_id" -->-st" name="st" type="checkbox" value="1" /><label for="<!--#echo var="fieldset_id" -->-st">Clean up Markup with HTML Tidy</label> </td> |