Modify ↓
Opened 18 years ago
Closed 18 years ago
#5346 closed defect (worksforme)
Unrecognized link when linking an anchor to the main page.
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | wiki system | Version: | 0.10 |
Severity: | trivial | Keywords: | anchor link main page |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The main page is unnamed so the link to an anchor in this page is:
[#myanchor My Anchor]
The result is
My Anchor?
but the link is working fine.
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
Milestone: | 0.10.5 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is working in 0.11.
For 0.10.x, a workaround would be to use
[WikiStart#myanchor My Anchor]
.