fix stray space

This commit is contained in:
Toks
2013-05-05 21:06:18 -04:00
parent c1371eb0a2
commit b485f0c923

View File

@@ -62,7 +62,7 @@
<div class="input">
<div>
<%= 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 + " " %>
</div>
<%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %>