unlcms / project-herbie

Drupal 10 implementation at the University of Nebraska–Lincoln
https://cms.unl.edu
GNU General Public License v2.0
6 stars 7 forks source link

Web audit errors fix 788 #789

Closed sarongebre closed 3 months ago

sarongebre commented 3 months ago

Closes #788

The ID attribute for the menu block was previously set to -menu. When including Node Include contents on a page, web audit identified multiple menu blocks with the same ID. To resolve this, I have appended a unique ID to the existing ID to ensure that each menu block has a distinct identifier.