Modify ↓
#4604 closed defect (duplicate)
MessageWrapper hides its .body content
Reported by: | Owned by: | Matt Good | |
---|---|---|---|
Priority: | high | Component: | AccountManagerPlugin |
Severity: | critical | Keywords: | needinfo |
Cc: | Trac Release: | 0.11 |
Description
My 1st approach would be to add an unicode method that returned unicode(self.body), however that escapes the tags.
If it's subclassed from Markup then it works:
import genshi class MessageWrapper(genshi.Markup):
...
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
Keywords: | needinfo added |
---|
comment:2 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Ah, this sounds like a duplicate of #4125. In the future please provide more details and check for existing issues.
Note: See
TracTickets for help on using
tickets.
Please provide more information about the problem and how to reproduce it. I'd like to understand the issue before making a change since there may be other ways to fix it.