summaryrefslogtreecommitdiffstats
path: root/app/views/wiki/_content.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-12 14:36:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-12 14:36:33 +0000
commit8a8f819d273e25fa28fb492da92125fb06d1ab01 (patch)
tree110c62a735f1bddcd3996b25a4f0cab56ddd5553 /app/views/wiki/_content.rhtml
parenta8419c1425b55b91edf24db044725d099b6065a8 (diff)
downloadredmine-8a8f819d273e25fa28fb492da92125fb06d1ab01.tar.gz
redmine-8a8f819d273e25fa28fb492da92125fb06d1ab01.zip
Added wiki macros support. 2 builtin macros are defined: hello_world (sample macro that displays the arguments) and macro_list (display the list of installed macros).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@897 e93f8b46-1217-0410-a6f0-8f06a7374b81
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>