summaryrefslogtreecommitdiffstats
path: root/app/views/mailer
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 13:08:18 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 13:08:18 +0000
commit837dca66d600f132b62449899c4a210ce470de44 (patch)
treef3dbc2db1dbffcbd2ca3449530ac74478d59802d /app/views/mailer
parent35daa1b1b02ed250598b443e75da616050cd72b3 (diff)
downloadredmine-837dca66d600f132b62449899c4a210ce470de44.tar.gz
redmine-837dca66d600f132b62449899c4a210ce470de44.zip
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
Diffstat (limited to 'app/views/mailer')
-rw-r--r--app/views/mailer/attachments_added.text.html.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/attachments_added.text.html.rhtml b/app/views/mailer/attachments_added.text.html.rhtml
index 369834b6d..11d1cf54c 100644
--- a/app/views/mailer/attachments_added.text.html.rhtml
+++ b/app/views/mailer/attachments_added.text.html.rhtml
@@ -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>