diff options
| author | hukl <contact@smyck.org> | 2009-03-03 21:04:34 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-03 21:04:34 +0100 |
| commit | 477cad7b1c68298cc2fe85bd62d2719d0725c8c9 (patch) | |
| tree | 84d8190924e4e797bbcbb21ace2108a4a5be6c8f | |
| parent | 82f16e71d49350c1ad4aa48773db5d0f45a55c6c (diff) | |
lets see if tinymce is not trying to rewrite urls
| -rw-r--r-- | app/views/layouts/admin.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 836787a..840c37c 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -19,7 +19,8 @@ | |||
| 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 | extended_valid_elements : "aggregate[tags|limit|order_by|order_direction|partial]" | 22 | extended_valid_elements : "aggregate[tags|limit|order_by|order_direction|partial]", |
| 23 | relative_urls : false | ||
| 23 | }); | 24 | }); |
| 24 | </script> | 25 | </script> |
| 25 | </head> | 26 | </head> |
