Modify ↓
Opened 18 years ago
Closed 18 years ago
#3635 closed defect (fixed)
Wiki anchors generated heading id
Reported by: | Christian Boos | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | wiki system | Version: | 0.9.6 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
e.g. ChangeLog#a0.10b1
The anchor stops again at the first dot.
See:
- r3335 which removed "." from the generated ids
- r3407 which re-allowed "." in generated ids on purpose but also "swallowed" ending dots,
- r3573 which fixed the trailing dot case in a too expeditive way…
Time to write good unit tests for this, I guess.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Fixed by r3718.