Ticket #2603 (closed defect: invalid)
rst escaping produces different text and xhtml output
| Reported by: | misc@… | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | chat | Version: | hg |
| Severity: | normal | Keywords: | xhtml-im |
| Cc: | Blocked By: | ||
| OS: | Blocking: |
Description
When sending \o/, rst produces a different output for html and for text part of the message :
<message to="jabberfr@chat.jabberfr.org" type="groupchat" id="121"> <body>\\o/ \o/</body> <html xmlns="http://jabber.org/protocol/xhtml-im"> <body xmlns="http://www.w3.org/1999/xhtml"> <p>\o/ o/</p> </body> </html> </message>
rst should not escape \o to o, or we should escape \ before passing it to docutils
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
