summaryrefslogtreecommitdiffstats
path: root/app/views/mailer
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 13:09:39 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 13:09:39 +0000
commitc5804128dab8d7d049c7582669c9b0eb6c733b25 (patch)
treef640a2c91c62468a65afdde4f8a2d064b4f852c6 /app/views/mailer
parent94661013477b5fee24ec788af44c128f9a85ac30 (diff)
downloadredmine-c5804128dab8d7d049c7582669c9b0eb6c733b25.tar.gz
redmine-c5804128dab8d7d049c7582669c9b0eb6c733b25.zip
HTML escape at app/views/mailer/wiki_content_updated.text.html.rhtml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6378 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer')
-rw-r--r--app/views/mailer/wiki_content_updated.text.html.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/wiki_content_updated.text.html.rhtml b/app/views/mailer/wiki_content_updated.text.html.rhtml
index f84e92326..a5ca0a08e 100644
--- a/app/views/mailer/wiki_content_updated.text.html.rhtml
+++ b/app/views/mailer/wiki_content_updated.text.html.rhtml
@@ -3,4 +3,4 @@
<em><%=h @wiki_content.comments %></em></p>
<p><%= l(:label_view_diff) %>:<br />
-<%= link_to @wiki_diff_url, @wiki_diff_url %></p>
+<%= link_to h(@wiki_diff_url), @wiki_diff_url %></p>