I'm using trac version 1.0.2, just the build that comes with Fedora 21, and noticed something strange. Syntax highlighting works perfectly well on code snippets for general users, that do not physically log in to the site. However, when you log in, so you can modify tickets and such, all of a sudden that doesn't work anymore. Doesn't matter which browser I use, Safari, Firefox or Chrome, they all exhibit the same behavior. Any ideas why that is?
If you find the same behavior on your site, the next question to explore is how to pygments_style was set to NULL for authenticated users.
- Ryan
If you find the same behavior on your site, the next question to explore is how to pygments_style was set to NULL for authenticated users.