diff options
| author | hukl <contact@smyck.org> | 2009-03-01 13:57:17 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-01 13:57:17 +0100 |
| commit | 527cbcca7cbddab7286b6f4a060912b1ddd7d5e0 (patch) | |
| tree | 0c1c741fdcec6dae61837d9192a48371f9e6e239 /app | |
| parent | 99c11dbce9aa161853f29a431ab3bb24bdd548ab (diff) | |
stupid me. to lazy to read the whole tinymce documentation
Diffstat (limited to 'app')
| -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 df9be73..836787a 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | theme_advanced_buttons1 : "bold, italic, underline, bullist, numlist, link, unlink, formatselect, code", | 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 | valid_elements : "aggregate[tags|limit|order_by|order_direction|partial]" | 22 | extended_valid_elements : "aggregate[tags|limit|order_by|order_direction|partial]" |
| 23 | }); | 23 | }); |
| 24 | </script> | 24 | </script> |
| 25 | </head> | 25 | </head> |
