mirror of
https://github.com/redmine/redmine.git
synced 2026-03-13 08:00:49 +01: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user