diff options
Diffstat (limited to 'app/views/user/contact.rhtml')
-rw-r--r-- | app/views/user/contact.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/contact.rhtml b/app/views/user/contact.rhtml index 6cb8c2f64..e6736dfd3 100644 --- a/app/views/user/contact.rhtml +++ b/app/views/user/contact.rhtml @@ -9,7 +9,7 @@ <% form_for :contact do |f| %> <div class="form_note"> - <h1><%= _("Contact {{recipient}}", :recipient => h @recipient_user.name) %></h1> + <h1><%= _("Contact {{recipient}}", :recipient => h(@recipient_user.name)) %></h1> </div> <p> |