diff --git a/app/views/cms/_text_editor_sidebar.rhtml b/app/views/cms/_text_editor_sidebar.rhtml index 95e973e..0d17c6a 100644 --- a/app/views/cms/_text_editor_sidebar.rhtml +++ b/app/views/cms/_text_editor_sidebar.rhtml @@ -1,7 +1,9 @@
+ '/> + '/> <%= render(:partial => 'textile_quick_reference') if @article.is_a?(TextileArticle) %>
-

<%= _('Media upload') %>

+
<%= _('Media upload') %>
<% form_tag({ :action => 'media_upload' }, :multipart => true) do %>
@@ -24,7 +26,7 @@