Modify ↓
Opened 20 years ago
Closed 20 years ago
#907 closed defect (fixed)
Closing font-style tags ('', ''', ~~ and __) are not recognized around an intra-trac link
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 (last modified by )
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.
Attachments (2)
Change History (5)
by , 20 years ago
Attachment: | WikiFormatter.diff added |
---|
comment:1 by , 20 years ago
Component: | general → wiki |
---|---|
Description: | modified (diff) |
Keywords: | patch added; links removed |
Priority: | normal → low |
I think the patch looks good, and have just added a new patch including the original but with an added unit test for the expected behavior.
I'll leave it to jonas to actually check in this change, as I'm far too uncertain about touching the Wiki formatter myself at this point.
Note:
See TracTickets
for help on using tickets.
Patch to fix intra-trac links inside font styles.