summaryrefslogtreecommitdiffstats
path: root/app/views/wiki/_content.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/wiki/_content.rhtml')
-rw-r--r--app/views/wiki/_content.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/_content.rhtml b/app/views/wiki/_content.rhtml
index 0c6f4d648..421d26cbb 100644
--- a/app/views/wiki/_content.rhtml
+++ b/app/views/wiki/_content.rhtml
@@ -1,3 +1,3 @@
<div class="wiki">
- <%= textilizable content.text, :attachments => content.page.attachments %>
+ <%= textilizable content, :text, :attachments => content.page.attachments %>
</div>