From b485f0c923972cc170b1ab3985e2eb252a3f6eb9 Mon Sep 17 00:00:00 2001 From: Toks Date: Sun, 5 May 2013 21:06:18 -0400 Subject: [PATCH] fix stray space --- app/views/posts/partials/show/_edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %>