diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-02-01 18:46:28 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-02-01 18:46:28 +0100 |
commit | 58e0129433559e41c93ac823229f53e46bdb7983 (patch) | |
tree | 50ae4d8845bc16e2edfbaa916e80d8709ee3fe86 /view | |
parent | 0bec0fc5fb5bfb02a80c6a84581d9daeb9f17813 (diff) | |
parent | 042aa2e169310bc23398d0558455a61fe1e86a92 (diff) | |
download | volse-hubzilla-58e0129433559e41c93ac823229f53e46bdb7983.tar.gz volse-hubzilla-58e0129433559e41c93ac823229f53e46bdb7983.tar.bz2 volse-hubzilla-58e0129433559e41c93ac823229f53e46bdb7983.zip |
Merge branch 'master' of github.com:fabrixxm/friendika
Diffstat (limited to 'view')
-rw-r--r-- | view/en/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/jot-header.tpl b/view/en/jot-header.tpl index 93eb440a4..d0c956a02 100644 --- a/view/en/jot-header.tpl +++ b/view/en/jot-header.tpl @@ -9,7 +9,7 @@ tinyMCE.init({ mode : "specific_textareas", editor_selector: /(profile-jot-text|prvmail-text)/, plugins : "bbcode,paste", - theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect", + theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", |