summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-01 13:57:17 +0100
committerhukl <contact@smyck.org>2009-03-01 13:57:17 +0100
commit527cbcca7cbddab7286b6f4a060912b1ddd7d5e0 (patch)
tree0c1c741fdcec6dae61837d9192a48371f9e6e239 /app
parent99c11dbce9aa161853f29a431ab3bb24bdd548ab (diff)
stupid me. to lazy to read the whole tinymce documentation
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/admin.html.erb2
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>