diff --git a/app/presenters/tag_set_presenter.rb b/app/presenters/tag_set_presenter.rb index a1d9b362d..c2817c7a5 100644 --- a/app/presenters/tag_set_presenter.rb +++ b/app/presenters/tag_set_presenter.rb @@ -105,7 +105,7 @@ private if categories[tag] == Tag.categories.artist html << %{? } else - html << %{? } + html << %{? } end if CurrentUser.user.is_privileged? && is_index?(template) && current_query.present?