diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-05 07:59:08 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-05 07:59:08 +0000 |
| commit | 494f3e61a8dc1a2d1f74c81efe3e0d62c60d8b21 (patch) | |
| tree | 1dfd6cb6d2f8c872e11bf363a8c5d48fe531edd8 | |
| parent | 688e394cf0af9e05365742cbf2ec510ff7b3152a (diff) | |
- fix unclosed label (#1485454)
git-svn-id: https://svn.roundcube.net/trunk@1940 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/settings.html b/roundcubemail/skins/default/templates/settings.html index f30d093bb..be38530d5 100644 --- a/roundcubemail/skins/default/templates/settings.html +++ b/roundcubemail/skins/default/templates/settings.html @@ -25,7 +25,7 @@ </p> <div class="advswitch"> -<label for="advswitch"><roundcube:label name="advancedoptions"><label> +<label for="advswitch"><roundcube:label name="advancedoptions"></label> <input type="checkbox" id="advswitch" name="_advanced" value="0" onclick="rcube_show_advanced(this.checked)" /> </div> |
