diff options
Diffstat (limited to 'app/views/settings/_authentication.html.erb')
-rw-r--r-- | app/views/settings/_authentication.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_authentication.html.erb b/app/views/settings/_authentication.html.erb index 14396e274..fe27e3d88 100644 --- a/app/views/settings/_authentication.html.erb +++ b/app/views/settings/_authentication.html.erb @@ -1,4 +1,4 @@ -<% form_tag({:action => 'edit', :tab => 'authentication'}) do %> +<%= form_tag({:action => 'edit', :tab => 'authentication'}) do %> <div class="box tabular settings"> <p><%= setting_check_box :login_required %></p> |