diff options
author | svncommit <devs@roundcube.net> | 2006-09-27 05:18:55 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-09-27 05:18:55 +0000 |
commit | 6b1fc027cb8a7b7581747e939f2cfbb387c09aba (patch) | |
tree | e7b89db909478fabcfd6166beb246000e3a5da00 /skins | |
parent | 6b47de3f49e880f08fa4a9226e70d18129095306 (diff) |
Fixed editor selector labels, added TinyMCE spellchecker to editor configuration
Diffstat (limited to 'skins')
-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> |