diff options
author | thomascube <thomas@roundcube.net> | 2011-12-19 12:44:40 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-19 12:44:40 +0000 |
commit | 18863495ae95937276919f83db54f439ede8bd18 (patch) | |
tree | b383c7f0ec8182d316053723af96abb3e04f7880 /skins/larry/templates/compose.html | |
parent | fbebf54a927f4431690286d78e1fe7336f738f63 (diff) |
Fix compose editor toggling and other style improvements
Diffstat (limited to 'skins/larry/templates/compose.html')
-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 44180be9a..b59c963a6 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -111,7 +111,7 @@ <div id="composeoptions"> <span class="composeoption"> <label><roundcube:label name="editortype" /> - <roundcube:object name="editorSelector" editorid="compose-body" tabindex="12" /></label> + <roundcube:object name="editorSelector" editorid="composebody" tabindex="12" /></label> </span> <span class="composeoption"> <label><label for="rcmcomposepriority"><roundcube:label name="priority" /> |