To make ID's unique, a number is potentially added to the ID's content, for example:
/page#title
/page#title-1
but we should start from 1 instead of 0, so the second ID would have 2 as number:
/page#title
/page#title-2
It would be more consistent. See the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| headinganchors.module.patch | 592 bytes | Jean-Philippe Fleury |
Comments
Comment #1
deviantintegral commentedThanks. I've applied this to both branches.