From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 13:19:05 +0000 (+0000) Subject: HTML escape at app/views/wiki/export_multiple.rhtml. X-Git-Tag: 1.3.0~1552 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d96f3f4767a3467b4f493166675de30c2987b600;p=redmine.git 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 31fa557c7..df8f74012 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 %>