summaryrefslogtreecommitdiffstats
path: root/app/views/settings
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2018-12-16 14:06:20 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2018-12-16 14:06:20 +0000
commit22f93b566d8117cabe2cca5711dafc79dc6e44bf (patch)
tree162fc51188acb13eca9e9ab6f25fe31b4953568d /app/views/settings
parentfb1d0bf165b36e446d92d33b5315bcb153a3bc67 (diff)
downloadredmine-22f93b566d8117cabe2cca5711dafc79dc6e44bf.tar.gz
redmine-22f93b566d8117cabe2cca5711dafc79dc6e44bf.zip
Removed extra p tag.
git-svn-id: http://svn.redmine.org/redmine/trunk@17753 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/_authentication.html.erb1
1 files changed, 0 insertions, 1 deletions
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 %>
<div class="box tabular settings">
-<p>
<p><%= setting_select :login_required, [[l(:label_login_required_yes), "1"],
[l(:label_login_required_no), "0"]] %>
<em class="info"><%= t(:text_login_required_html, anonymous_role_path: edit_role_path(Role.anonymous)) %></em>