Commit adbab4ffc7d3265504c7d4c91f1d2f06066cda82
1 parent
243be325
Exists in
master
and in
29 other branches
Fix broken HTML
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/cms/_text_editor_sidebar.rhtml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <meta name='button.close' value='<%= _('Close') %>'/> |
5 | 5 | <%= render(:partial => 'textile_quick_reference') if @article.is_a?(TextileArticle) %> |
6 | 6 | <div class='text-editor-sidebar-box' id='media-upload-box'> |
7 | - <div class='header'<strong><%= _('Media upload') %></strong></div> | |
7 | + <div class='header'><strong><%= _('Media upload') %></strong></div> | |
8 | 8 | <div id='media-upload-form'> |
9 | 9 | <% form_tag({ :action => 'media_upload' }, :multipart => true) do %> |
10 | 10 | <div class='formfield'> | ... | ... |