summaryrefslogtreecommitdiffstats
path: root/app/views/account/lost_password.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/account/lost_password.html.erb')
-rw-r--r--app/views/account/lost_password.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/account/lost_password.html.erb b/app/views/account/lost_password.html.erb
index 420e8f9b1..44f851475 100644
--- a/app/views/account/lost_password.html.erb
+++ b/app/views/account/lost_password.html.erb
@@ -1,7 +1,7 @@
<h2><%=l(:label_password_lost)%></h2>
<div class="box">
-<% form_tag({:action=> "lost_password"}, :class => "tabular") do %>
+<%= form_tag({:action=> "lost_password"}, :class => "tabular") do %>
<p><label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label>
<%= text_field_tag 'mail', nil, :size => 40 %>