Closed
Description
There are duplicated HTML id
's on the page https://symfony.com/doc/current/reference/configuration/framework.html, which results in wrong jump targets. For example, cache
exists three times so when clicking on the cache
link in the top menu, it jumps to the cache
entry of the validation
section, because it comes first, instead of the cache
section itself, which comes after.
It seems the rendering doesn't handle duplicated id
's correctly.