aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-05-16 09:14:13 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-05-30 13:50:38 +0100
commit8d1cd85bcb37f11026c3e850cee21a818523dae3 (patch)
tree62eab20de9e83861e9d6ec8fda29608cc3903ecf
parentc9503a034cd7f0490bd7ca3a22745e6dc7fa1696 (diff)
Fix "follow" toolbox HTML to be valid 4.01 transitional
-rw-r--r--app/views/user/_change_receive_email.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/user/_change_receive_email.rhtml b/app/views/user/_change_receive_email.rhtml
index 4de7b8cb0..6ed0bd144 100644
--- a/app/views/user/_change_receive_email.rhtml
+++ b/app/views/user/_change_receive_email.rhtml
@@ -1,4 +1,5 @@
<% form_tag(:controller=>"user", :action=>"set_receive_email_alerts") do %>
+ <div>
<% if @user.receive_email_alerts %>
<%= _('You are currently receiving notification of new activity on your wall by email.', :wall_url => show_user_wall_path) %>
<%= hidden_field_tag 'receive_email_alerts', 'false' %>
@@ -8,5 +9,6 @@
<%= hidden_field_tag 'receive_email_alerts', 'true' %>
<%= submit_tag _("Also send me alerts by email") %>
<% end %>
+ </div>
<% end %>