Modify ↓
Opened 14 years ago
Closed 14 years ago
#8413 closed defect (fixed)
Anchor href should match the id
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | high | Component: | AnchorMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
For anchors with visible text, the href
attribute should match the id
of the anchor. Currently, the visible text is used in the href
, which prevents the link from working.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | Anchor.py.diff added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from Dmitri K to Ryan J Ollos |
---|---|
Priority: | normal → high |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Patch to correct anchor href