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.

CommentFileSizeAuthor
headinganchors.module.patch592 bytesJean-Philippe Fleury

Comments

deviantintegral’s picture

Status: Needs review » Fixed

Thanks. I've applied this to both branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.