HTML escape at app/views/mailer/attachments_added.text.html.rhtml.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6376 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-02 13:08:18 +00:00
parent 35daa1b1b0
commit 837dca66d6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<%= link_to @added_to, @added_to_url %><br />
<%= link_to h(@added_to), @added_to_url %><br />
<ul><% @attachments.each do |attachment | %>
<li><%=h attachment.filename %></li>