Project

General

Profile

Actions

Defect #41789

closed

HTML syntax broken for sidebar-wrapper

Added by Alexander Meindl about 1 month ago. Updated 28 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

HTML syntax error for sidebar-wrapper.

           </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>

Files

fix_sidebar_wrapper_html_syntax.patch (517 Bytes) fix_sidebar_wrapper_html_syntax.patch Alexander Meindl, 2024-11-19 12:30
Actions

Also available in: Atom PDF