You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I used the fragment of the href to auto-gen the ID on a elements, I was testing for the fragment and just not generating an ID at all if it lacked on (or, as it turns out, if it had one but it was empty). Fixed now; these now generate the ID ref-for-something. (And everything generated in this step gets deduped properly.)
If a link didn't previously have an ID, I generated one via a different process while adding dfn panels. For Reasons I can't rely on the normal deduping here, so I instead hashed some stuff together in a way that should be unique per panel, and appended an increasing number to keep them unique from each other. But this number was accidentally reset per section. Fixed now to constantly increase for a given dfn panel.
Error:
The text was updated successfully, but these errors were encountered: