diff --git a/app/views/messages/show.rhtml b/app/views/messages/show.rhtml
index ef7db71ef..251b7c7a5 100644
--- a/app/views/messages/show.rhtml
+++ b/app/views/messages/show.rhtml
@@ -26,7 +26,7 @@
<%=h message.subject %> - <%= authoring message.created_on, message.author %>
-
<%= textilizable message.content %>
+
<%= textilizable message, :content, :attachments => message.attachments %>
<%= link_to_attachments message.attachments, :no_author => true %>
<% end %>