From d96f3f4767a3467b4f493166675de30c2987b600 2011-08-02 13:19:05 From: Toshi MARUYAMA Date: 2011-08-02 13:19:05 Subject: [PATCH] HTML escape at app/views/wiki/export_multiple.rhtml. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6391 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/wiki/export_multiple.rhtml b/app/views/wiki/export_multiple.rhtml index 31fa557..df8f740 100644 --- a/app/views/wiki/export_multiple.rhtml +++ b/app/views/wiki/export_multiple.rhtml @@ -20,13 +20,13 @@ h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display <%= l(:label_index_by_title) %> <% @pages.each do |page| %>
- + <%= textilizable page.content ,:text, :wiki_links => :anchor %> <% end %>