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 ;-)
Actions