diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/documents/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb index ee5890936..a8aea63da 100644 --- a/app/views/documents/show.html.erb +++ b/app/views/documents/show.html.erb @@ -12,7 +12,7 @@ <p><em><%=h @document.category.name %><br /> <%= format_date @document.created_on %></em></p> <div class="wiki"> -<%= textilizable @document.description, :attachments => @document.attachments %> +<%= textilizable @document, :description, :attachments => @document.attachments %> </div> <h3><%= l(:label_attachment_plural) %></h3> |