Resources page has 2 headings with the same id ("animation")
Created by: jendowns
Summary
The Resources page currently has two headings with the same ID -- the "Animation" and "Media" headings both have id="animation"
.
As a result, the generated Table of Contents also links "Animation" to the "Media" heading/section, instead of the "Animation" section.
Expected result
- All elements should have unique ids & ids should not be repeated.
- The "Animation" TOC link should go to the "Animation" section.
Actual result
- Two headings ("Media" and "Animation") have the same id attribute.
- The "Animation" TOC link goes to the "Media" section.