diff --git a/app/views/tags/edit.html.erb b/app/views/tags/edit.html.erb index ff551404b..82b01578f 100644 --- a/app/views/tags/edit.html.erb +++ b/app/views/tags/edit.html.erb @@ -4,7 +4,7 @@ <%= simple_form_for(@tag) do |f| %> <% if @tag.is_locked? %> - This tag is category locked. +
This tag is category locked
<% else %> <%= f.input :category, :collection => Danbooru.config.canonical_tag_category_mapping.to_a, :include_blank => false %> <% end %>