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 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> |
