diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb index fff80ed45..9dc393e05 100644 --- a/app/views/posts/partials/show/_edit.html.erb +++ b/app/views/posts/partials/show/_edit.html.erb @@ -62,7 +62,7 @@
<%= f.label :tag_string, "Tags" %> - <%= f.text_area :tag_string , :size => "50x5", :value => post.presenter.categorized_tag_string + " " %> + <%= f.text_area :tag_string, :size => "50x5", :value => post.presenter.categorized_tag_string + " " %>
<%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %>