From 81e25404aacd0cfe0ecb9331e7edec4e76fd584d Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 16 Dec 2021 04:30:51 +0000 Subject: [PATCH] Fix a missing closing div due to r21312 (#35755, #36326). Contributed by Enziin System. git-svn-id: http://svn.redmine.org/redmine/trunk@21318 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/settings/_authentication.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/settings/_authentication.html.erb b/app/views/settings/_authentication.html.erb index 03c15b92a..c861ff50e 100644 --- a/app/views/settings/_authentication.html.erb +++ b/app/views/settings/_authentication.html.erb @@ -39,6 +39,7 @@

+
<%= l(:label_session_expiration) %> -- 2.39.5