diff --git a/app/views/shared/tiny_mce.rhtml b/app/views/shared/tiny_mce.rhtml
index be265e7..98d6e7a 100644
--- a/app/views/shared/tiny_mce.rhtml
+++ b/app/views/shared/tiny_mce.rhtml
@@ -6,7 +6,7 @@ tinyMCE.init({
plugins: "paste,searchreplace,print,media",
theme_advanced_toolbar_location : "top",
theme_advanced_layout_manager: 'SimpleLayout',
- theme_advanced_buttons1 : "print,separator,copy,paste,separator,undo,redo,separator,search,replace,separator,formatselect,separator,help",
+ theme_advanced_buttons1 : "print,separator,copy,paste,separator,undo,redo,separator,search,replace,separator,fontsizeselect,formatselect",
theme_advanced_buttons2 : "bold,italic,underline,strikethrough,separator,bullist,numlist,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,link,unlink,image,table,separator,cleanup,code",
theme_advanced_buttons3 : "",
paste_auto_cleanup_on_paste : true,
--
libgit2 0.21.2