From 22f93b566d8117cabe2cca5711dafc79dc6e44bf Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 16 Dec 2018 14:06:20 +0000 Subject: [PATCH] Removed extra p tag. git-svn-id: http://svn.redmine.org/redmine/trunk@17753 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/settings/_authentication.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/settings/_authentication.html.erb b/app/views/settings/_authentication.html.erb index a27996471..4bf890d3f 100644 --- a/app/views/settings/_authentication.html.erb +++ b/app/views/settings/_authentication.html.erb @@ -1,7 +1,6 @@ <%= form_tag({:action => 'edit', :tab => 'authentication'}) do %>
-

<%= setting_select :login_required, [[l(:label_login_required_yes), "1"], [l(:label_login_required_no), "0"]] %> <%= t(:text_login_required_html, anonymous_role_path: edit_role_path(Role.anonymous)) %>