diff options
author | ot <ot@localhost> | 2007-05-31 04:05:30 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-05-31 04:05:30 +0000 |
commit | c0fca7f212ced3d77272701fb9ef2379f6362e0c (patch) | |
tree | a023247da5c7f9c2efec23b6091c422cc4227eea /htdocs/detailed-form_directinput.html | |
parent | f9d27e82587bb1f18493a9e3929acb5004e7057e (diff) | |
download | markup-validator-c0fca7f212ced3d77272701fb9ef2379f6362e0c.zip markup-validator-c0fca7f212ced3d77272701fb9ef2379f6362e0c.tar.gz markup-validator-c0fca7f212ced3d77272701fb9ef2379f6362e0c.tar.bz2 |
consistent option labeling
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> |