diff options
author | friendica <info@friendica.com> | 2012-04-10 18:08:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-10 18:08:06 -0700 |
commit | ed608694cec2ea901f474f432d99b33821b276aa (patch) | |
tree | 3bfedeabbebb0dc8dc14f80d42c4cea530bc7a69 /view/profed_head.tpl | |
parent | 18e225b05167261429df0e8dc4e6acf5cefd6c2a (diff) | |
download | volse-hubzilla-ed608694cec2ea901f474f432d99b33821b276aa.tar.gz volse-hubzilla-ed608694cec2ea901f474f432d99b33821b276aa.tar.bz2 volse-hubzilla-ed608694cec2ea901f474f432d99b33821b276aa.zip |
make editplain work everywhere
Diffstat (limited to 'view/profed_head.tpl')
-rw-r--r-- | view/profed_head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profed_head.tpl b/view/profed_head.tpl index a3267d591..2477654b3 100644 --- a/view/profed_head.tpl +++ b/view/profed_head.tpl @@ -5,7 +5,7 @@ tinyMCE.init({ theme : "advanced", - mode : "textareas", + mode : "$editselect", plugins : "bbcode,paste", theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code", theme_advanced_buttons2 : "", |