Modify ↓
Opened 8 years ago
Closed 8 years ago
#12505 closed defect (fixed)
Syntax highlighting doesn't work for styles Paraiso-Light and Paraiso-Dark
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.12 |
Component: | general | Version: | |
Severity: | normal | Keywords: | pygments |
Cc: | Branch: | ||
Release Notes: |
Fixed Pygments stylesheet not found when style name contained a dash. |
||
API Changes: | |||
Internal Changes: |
Description
Syntax highlighting doesn't work for styles Paraiso-Light
and Paraiso-Dark
. The following is seen in the logs.
19:53:10 Trac[main] WARNING: [127.0.0.1] HTTPNotFound: 404 Not Found (No handler matched request to /pygments/paraiso-light.css)
19:50:00 Trac[main] WARNING: [127.0.0.1] HTTPNotFound: 404 Not Found (No handler matched request to /pygments/paraiso-dark.css)
The issue was fixed on the trunk in [14569].
Attachments (0)
Change History (1)
comment:1 by , 8 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed on 1.0-stable in [14837].