diff options
Diffstat (limited to 'app/views/mailer/test.html.erb')
-rw-r--r-- | app/views/mailer/test.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/test.html.erb b/app/views/mailer/test.html.erb index fe5b6f313..1e81b3bfe 100644 --- a/app/views/mailer/test.html.erb +++ b/app/views/mailer/test.html.erb @@ -1,2 +1,2 @@ <p>This is a test email sent by Redmine.<br /> -Redmine URL: <%= auto_link(@url).html_safe %></p> +Redmine URL: <%= link_to h(@url), @url %></p> |