From d967bb4a5433165017d49975f5b74c671f590f38 2007-03-18 16:52:25 From: Jean-Philippe Lang Date: 2007-03-18 16:52:25 Subject: [PATCH] added back the anchor for each page on the wiki full export git-svn-id: http://redmine.rubyforge.org/svn/trunk@345 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/wiki/export_multiple.rhtml b/app/views/wiki/export_multiple.rhtml index fe3e87e..75052ab 100644 --- a/app/views/wiki/export_multiple.rhtml +++ b/app/views/wiki/export_multiple.rhtml @@ -19,6 +19,7 @@ h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } <% @pages.each do |page| %>
+ <%= textilizable page.content.text, :wiki_links => :anchor %> <% end %>