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:09:09 +0200 |
commit | f326e956e5223e4d097463e6d2a0436a1a997092 (patch) | |
tree | 308200f02508679edb21ced1c0e180a313a61c0e /skins/larry/templates | |
parent | b6d731b7da23870c8282296534eccf087e9de047 (diff) |
Remove redundant label tag
Diffstat (limited to 'skins/larry/templates')
-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 ff0c833c6..d29c1bd2a 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"> |