From ef84339003d742f28b7a9f902abcb3ed6e6d098f 2007-03-06 22:46:58 From: Jean-Philippe Lang Date: 2007-03-06 22:46:58 Subject: [PATCH] fixed #9097: Minor rendering problem within Safari at admin/mail_options and roles permissions git-svn-id: http://redmine.rubyforge.org/svn/trunk@308 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/admin/mail_options.rhtml b/app/views/admin/mail_options.rhtml index dd87f78..590c75b 100644 --- a/app/views/admin/mail_options.rhtml +++ b/app/views/admin/mail_options.rhtml @@ -13,6 +13,7 @@ <%= l(p.description.to_sym) %> <% end %> +
<% end %> diff --git a/app/views/roles/_form.rhtml b/app/views/roles/_form.rhtml index df4a58d..7cd83fd 100644 --- a/app/views/roles/_form.rhtml +++ b/app/views/roles/_form.rhtml @@ -11,7 +11,8 @@
<%= check_box_tag "permission_ids[]", p.id, (@role.permissions.include? p) %> <%= l(p.description.to_sym) %>
-<% end %> +<% end %> +
<% end %>