diff options
author | alecpl <alec@alec.pl> | 2010-07-08 17:05:39 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-07-08 17:05:39 +0000 |
commit | c33e08a3cfd1b33cbe9f50f199a77f1f264cfcdd (patch) | |
tree | 03d148eb6bedfadfbfd68c25410689125bb79c88 /skins/default/templates | |
parent | 5e0999c53c8da92a84622199611bc55540b53a71 (diff) |
- css improvements
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 4e167ce12..8d2c2509a 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -102,7 +102,7 @@ <div id="compose-editorfooter"> <span id="spellcheck-control" style="margin-right:10px"></span> <span> - <roundcube:label name="editortype" /> + <label><roundcube:label name="editortype" /></label> <roundcube:object name="editorSelector" editorid="compose-body" tabindex="10" /> </span> </div> |