diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml
index fe5724b88..1ddabbaa5 100644
--- a/app/views/account/show.rhtml
+++ b/app/views/account/show.rhtml
@@ -7,7 +7,7 @@
<% unless @user.pref.hide_mail %>
- - <%=l(:field_mail)%>: <%= mail_to(h(@user.mail)) %>
+ - <%=l(:field_mail)%>: <%= mail_to(h(@user.mail), nil, :encode => 'javascript') %>
<% end %>
<% for custom_value in @custom_values %>
<% if !custom_value.value.empty? %>