diff --git a/app/views/tag_implications/show.html.erb b/app/views/tag_implications/show.html.erb
index 4d0e05ceb..579cd0e82 100644
--- a/app/views/tag_implications/show.html.erb
+++ b/app/views/tag_implications/show.html.erb
@@ -4,7 +4,7 @@
From <%= link_to @tag_implication.antecedent_name, posts_path(:tags => @tag_implication.antecedent_name) %>
To <%= link_to @tag_implication.consequent_name, posts_path(:tags => @tag_implication.consequent_name) %>
<% if @tag_implication.forum_topic_id %>
- Reference <%= link_to "topic ##{@tag_implication.forum_topic_id}, forum_topic_path(@tag_implication.forum_topic_id) %>
+ Reference <%= link_to "topic ##{@tag_implication.forum_topic_id}", forum_topic_path(@tag_implication.forum_topic_id) %>
<% end %>
Creator <%= link_to_user @tag_implication.creator %>
Date <%= @tag_implication.created_at %>