Modify ↓
      
        Opened 16 years ago
Closed 9 years ago
#6649 closed enhancement (wontfix)
Code blocks are not rendered properly in HTML
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | low | Component: | AnnouncerPlugin | 
| Severity: | normal | Keywords: | HTML code block | 
| Cc: | Ryan J Ollos | Trac Release: | 0.11 | 
Description
Using a code block, such as:
while (1)
{
  printf("hello world\n");
}
...does not properly display in an HTML message sent by the AnnouncerPlugin. It would be nice if it were displayed as it is on the Trac Web page.
Attachments (0)
Change History (5)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
| Priority: | normal → low | 
|---|
comment:3 Changed 16 years ago by
| Cc: | Ryan J Ollos added; anonymous removed | 
|---|
comment:4 Changed 11 years ago by
| Owner: | Robert Corsaro deleted | 
|---|
comment:5 Changed 9 years ago by
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
Please upgrade to Trac 1.2, which has integrated the core of AnnouncerPlugin. Please raise the issue on the trac:MailingList if you encounter the issue with Trac 1.2.
Note: See
        TracTickets for help on using
        tickets.
    


likely a CSS issue. If someone figures out if we can fix with CSS, I'll commit the changes.