diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-15 10:09:09 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-15 10:13:07 +0200 |
commit | 5e251574ddac6cb9a25ece27df1599f45f69dda4 (patch) | |
tree | da9ab8bc3cff70930fdf5bd8f9dc232f3fc04079 /skins | |
parent | 842793446e44c066190a982578040125e83fa9dd (diff) |
Remove redundant label tag
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index de371b36a..43ac0f023 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -131,7 +131,7 @@ </span> <roundcube:endif /> <span class="composeoption"> - <label><label for="rcmcomposepriority"><roundcube:label name="priority" /> + <label for="rcmcomposepriority"><roundcube:label name="priority" /> <roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /></label> </span> <span class="composeoption"> |