Modify ↓
Opened 16 years ago
Last modified 10 years ago
#6722 new defect
Themes do not display diffs nicely
| Reported by: | Malcolm Studd | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | SlideShowPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Create a presentation with a {{{#!diff}}} section. The wiki page displays the diff niceley formatted. The presentation page does not.
Attachments (1)
Change History (10)
comment:1 Changed 16 years ago by
Changed 16 years ago by
| Attachment: | SlideShowWithDiff.png added |
|---|
comment:3 Changed 16 years ago by
comment:5 Changed 15 years ago by
| Component: | S5Plugin → SlideShowPlugin |
|---|
comment:6 Changed 15 years ago by
| Priority: | normal → high |
|---|---|
| Status: | new → assigned |
comment:8 Changed 12 years ago by
| Priority: | high → normal |
|---|
comment:9 Changed 12 years ago by
| Status: | assigned → new |
|---|
comment:10 Changed 10 years ago by
| Owner: | Ryan J Ollos deleted |
|---|
Note: See
TracTickets for help on using
tickets.



Acknowledged.
Inserting a diff, such as:
{{{ #!diff --- trac/wiki/formatter.py (revision 5695) +++ trac/wiki/formatter.py (working copy) @@ -462,7 +462,7 @@ type_ = 'ul' else: type_ = 'ol' - idx = '01iI'.find(listid) + idx = '0iI'.find(listid) if idx >= 0: class_ = ('arabiczero', None, 'lowerroman', 'upperroman')[idx] elif listid.isdigit(): }}}Results in: