Opened 18 years ago
Closed 18 years ago
#4505 closed defect (fixed)
WikiProcessor code blocks render as html encoded
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | wiki system | Version: | devel |
Severity: | major | Keywords: | mimeview highlighting |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
A code block such as:
\{\{\{ #!python print 'doh' \}\}\}
Shows up on the page as:
<span class="p_word">print</span> <span class="p_character">'doh'</span>
An example of this:
http://pylonshq.com/project/pylonshq/ticket/161
I'm seeing this on HEAD (r4523)
Attachments (1)
Change History (5)
comment:1 by , 18 years ago
Summary: | WikiProcessor code blocks render has html encoded → WikiProcessor code blocks render as html encoded |
---|
comment:2 by , 18 years ago
Confirmed on trunk, SilverCity is unable to correctly highlight Python code in Wiki pages. Works fine under browser, and Pygments seems to work fine in the wiki.
comment:3 by , 18 years ago
Keywords: | mimeview highlighting added |
---|---|
Milestone: | → 0.11 |
Owner: | changed from | to
Status: | new → assigned |
This should be fixed by r4597, but I've not yet tested with enscript (I don't have it anymore on my Windows box). Please give me some feedback.
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The above works, but there was still an issue with the PlainTextRenderer when it was used as a fallback, see r4638.
by , 17 years ago
Attachment: | Ordem_Servico-Abrir.htm added |
---|
I am changing the typo in the summary (this isn't spam, SpamBayes, trust me)