diff options
| -rw-r--r-- | app/views/layouts/admin.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 345b750..c7124f8 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | editor_selector : "with_editor", | 16 | editor_selector : "with_editor", |
| 17 | theme_advanced_toolbar_location : "top", | 17 | theme_advanced_toolbar_location : "top", |
| 18 | theme_advanced_toolbar_align : "left", | 18 | theme_advanced_toolbar_align : "left", |
| 19 | theme_advanced_buttons1 : "bold, italic, underline, bullist, numlist, link, unlink, formatselect", | 19 | theme_advanced_buttons1 : "bold, italic, underline, bullist, numlist, link, unlink, formatselect, code", |
| 20 | theme_advanced_buttons2 : "", | 20 | theme_advanced_buttons2 : "", |
| 21 | theme_advanced_buttons3 : "" | 21 | theme_advanced_buttons3 : "" |
| 22 | }); | 22 | }); |
