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

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6374 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-02 13:06:49 +00:00
parent c1c21ca08e
commit e45c42c2e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
<p><%= l(:mail_body_account_activation_request, h(@user.login)) %></p>
<p><%= link_to @url, @url %></p>
<p><%= link_to h(@url), @url %></p>