1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Correct HTML syntax for sidebar-wrapper div (#41789).

Patch by Alexander Meindl (user:mr3dblond).


git-svn-id: https://svn.redmine.org/redmine/trunk@23295 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-11-20 05:43:28 +00:00
parent 1031aead42
commit 9de33a3be9

View File

@ -110,7 +110,7 @@
</div>
<%= javascript_tag "$('#sidebar-switch-panel').css('visibility', 'visible');" %>
<% end %>
<div id=sidebar-wrapper %>
<div id="sidebar-wrapper">
<%= yield :sidebar %>
<%= view_layouts_base_sidebar_hook_response %>
</div>