Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for duplicate id attributes in HTML
It’s invalid HTML to have multiple elements with the same `id` attribute. Plus it can cause trouble for Javascripts, and make anchor linking unpredictable.
- Loading branch information