diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb
index 859e0d3c8..9edc8451f 100644
--- a/app/views/messages/show.html.erb
+++ b/app/views/messages/show.html.erb
@@ -27,7 +27,7 @@
<%= authoring @topic.created_on, @topic.author %>
-<%= textilizable(@topic.content, :attachments => @topic.attachments) %>
+<%= textilizable(@topic, :content) %>
<%= link_to_attachments @topic, :author => false %>