From adbab4ffc7d3265504c7d4c91f1d2f06066cda82 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 12 Jul 2012 12:02:01 -0300 Subject: [PATCH] Fix broken HTML --- app/views/cms/_text_editor_sidebar.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cms/_text_editor_sidebar.rhtml b/app/views/cms/_text_editor_sidebar.rhtml index 964491e..a7e6a53 100644 --- a/app/views/cms/_text_editor_sidebar.rhtml +++ b/app/views/cms/_text_editor_sidebar.rhtml @@ -4,7 +4,7 @@ '/> <%= render(:partial => 'textile_quick_reference') if @article.is_a?(TextileArticle) %>
-
<%= _('Media upload') %>
+
<%= _('Media upload') %>
<% form_tag({ :action => 'media_upload' }, :multipart => true) do %>
-- libgit2 0.21.2