diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 13:09:39 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 13:09:39 +0000 |
commit | c5804128dab8d7d049c7582669c9b0eb6c733b25 (patch) | |
tree | f640a2c91c62468a65afdde4f8a2d064b4f852c6 /app/views/mailer | |
parent | 94661013477b5fee24ec788af44c128f9a85ac30 (diff) | |
download | redmine-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.rhtml | 2 |
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> |