diff --git a/app/views/forum_topics/index.html.erb b/app/views/forum_topics/index.html.erb
index 0332e49a7..8eb8b16ac 100644
--- a/app/views/forum_topics/index.html.erb
+++ b/app/views/forum_topics/index.html.erb
@@ -26,7 +26,7 @@
<%= link_to topic.title, forum_topic_path(topic) %>
<% if topic.response_count > 30 %>
- <%= link_to "last", forum_topic_path(topic, :page => topic.last_page, :class => "last-page" %>
+ <%= link_to "last", forum_topic_path(topic, :page => topic.last_page), :class => "last-page" %>
<% end %>
<% if topic.is_locked? %>