From f4a4c9c55b40f5f8f82c7f4c94d7f8dae846d971 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 17 Feb 2013 16:02:47 -0500 Subject: [PATCH] fix wiki page links --- app/presenters/tag_set_presenter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?