diff options
author | Go MAEDA <maeda@farend.jp> | 2021-12-16 04:30:51 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-12-16 04:30:51 +0000 |
commit | 81e25404aacd0cfe0ecb9331e7edec4e76fd584d (patch) | |
tree | efac0963312a3cf914dfd60489fa8ec89f538281 /app | |
parent | b623d75ebcdacdcb0a91248d0b2a49bdd6b116b5 (diff) | |
download | redmine-81e25404aacd0cfe0ecb9331e7edec4e76fd584d.tar.gz redmine-81e25404aacd0cfe0ecb9331e7edec4e76fd584d.zip |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/views/settings/_authentication.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ </em> </p> +</div> <fieldset class="box"> <legend><%= l(:label_session_expiration) %></legend> |