Modify

Opened 13 years ago

Closed 13 years ago

#8413 closed defect (fixed)

Anchor href should match the id

Reported by: peichman@… 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)

Anchor.py.diff (495 bytes) - added by peichman@… 13 years ago.
Patch to correct anchor href

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by peichman@…

Attachment: Anchor.py.diff added

Patch to correct anchor href

comment:1 Changed 13 years ago by Ryan J Ollos

Owner: changed from Dmitri K to Ryan J Ollos
Priority: normalhigh
Status: newassigned

comment:2 Changed 13 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

(In [9865]) Fix: for the case of an anchor with visible text, the visible text was being used in the href rather than the anchor id. Thank you peichman@… for the patch. Fixes #8413.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.