[#70573] Fix invalid HTML in top menu: use <nav>

Uses a semantic navigation section element.

https://community.openproject.org/work_packages/70573
This commit is contained in:
Alexander Brandon Coles
2025-12-22 17:02:09 -03:00
parent 914b8af763
commit f63e644db8
+1 -1
View File
@@ -36,7 +36,7 @@ module Redmine::MenuManager::TopMenuHelper
include Redmine::MenuManager::TopMenu::ModuleMenu
def render_top_menu_left
content_tag :ul, class: "op-app-menu op-app-menu_drop-left" do
tag.nav class: "op-app-menu op-app-menu_drop-left" do
safe_join top_menu_left_menu_items
end
end