Edgewall Software

Opened 20 years ago

Last modified 20 years ago

#907 closed defect

Closing font-style tags ('', ''', ~~ and __) are not recognized around an intra-trac link — at Initial Version

Reported by: Juanma Barranquero Owned by: Jonas Borgström
Priority: low Milestone: 0.8
Component: wiki system Version: devel
Severity: minor Keywords: patch
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Wiki links like

'''ticket:1'''

incorrectly generate HTML links like this one:

<strong><a title="" class="missing" href="/trac/ticket/1'''">ticket:1'''?</a></strong>

I'm no expertin WikiFormatter.py, but the attached patch seems to fix the problem.

Change History (2)

by Juanma Barranquero, 20 years ago

Attachment: WikiFormatter.diff added

Patch to fix intra-trac links inside font styles.

by Christopher Lenz, 20 years ago

Attachment: ticket907.patch added

Combined patch with additional unit test

Note: See TracTickets for help on using tickets.