aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--view/jot-header.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 728140f75..48c88f7df 100644
--- a/LICENSE
+++ b/LICENSE
@@ -18,6 +18,6 @@ phpsec - LGPL
HTMLPurifer - LGPL
Facebook SDK - Apache
-Addons, plugins, and themes are also provided under their own license terms.
+Addons, plugins, and themes may also be provided under their own license terms.
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index d7a429512..b03c1b4f5 100644
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -9,7 +9,7 @@ tinyMCE.init({
theme : "advanced",
mode : "specific_textareas",
editor_selector: /(profile-jot-text|prvmail-text)/,
- plugins : "bbcode,paste",
+ plugins : "bbcode,paste,autoresize",
theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",