Actions
Bug #37066
closedDuplicate id in HTML
Status:
Closed
Priority:
Low
Assignee:
-
Category:
Web Interface
Target version:
-
Description
We have a duplicate HTML-id on the about-page:
<div class="stats-well" id="copyright-div">
<h4><%= _("System Information") %> </h4>
<!-- ... -->
</div>
<div class="stats-well" id="copyright-div">
<h4><%= _("Shortcuts") %> </h4>
IIRC duplicate ids are a big nono ;-)
Updated by Markus Bucher 9 months ago
- Related to Feature #35601: Menu navigation - Search & go component added
Updated by The Foreman Bot 9 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9997 added
Updated by Markus Bucher 9 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|30e83c4f60bc231fa16e4935b2db9d1773231715.
Actions