Geshi on WebSVN makes my code files appear blank

Posted by Travis Johnson on Stack Overflow See other posts from Stack Overflow or by Travis Johnson
Published on 2009-10-16T19:42:59Z Indexed on 2010/05/27 13:11 UTC
Read the original article Hit count: 304

Filed under:
|
|

In config.php, if i uncomment the following line

$config->useGehsi();

Suddenly, when I load up a C# file, instead of showing the document, it's just a blank page. As soon as I comment out the code above, I'm able to see my C# file, but there's no syntax highlighting.

Anyone have a solution to get GeSHi working with WebSVN when this kind of error occurs?

© Stack Overflow or respective owner

Related posts about syntax-highlighting

Related posts about websvn