diff options
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/compose.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 2c11e0015..f2bfc1dc4 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -107,8 +107,8 @@ function rcmail_toggle_display(id) <roundcube:label name="charset" />: <roundcube:object name="charsetSelector" tabindex="8" /> </td> <td align="right"> - <roundcube:label name="editortype" />: <roundcube:object name="editorSelector" tabindex="9" /> -</td> + <roundcube:label name="editortype" />: </td> +<roundcube:object name="editorSelector" tabindex="9" /> </tr></tbody></table> </td> |