Modify ↓
Opened 18 years ago
Closed 17 years ago
#154 closed defect (fixed)
SourceFileLinkFormatter links get escaped when rendered
Reported by: | Pedro Algarvio, aka, s0undt3ch <ufs@…> | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | Trac plugin | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
I created a real PyLint report since the one bitten currently has makes no output at all.
My PyLint Bitten report makes use of pylint's parseable output which get's "catched" by Bitten's SourceFileLinkFormatter.
The problem is that the generated source link gets escaped, so, instead of a real link we end up with what's shown when viewing the page source.
To see what I mean see this under the lint tab.
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by cmlenz
- Milestone set to 0.6
- Status changed from new to assigned
comment:2 Changed 17 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
This is fixed in [486:487].