This is some code I am trying to insert in my Syntax highlighter field

DocumentRoot "/Users/MACUSERNAME/Sites"

<Directory "/Users/MACUSERNAME/Sites">
    AllowOverride All
</directory>

This is how it is rendered:

DocumentRoot "/Users/MACUSERNAME/Sites"
 
<directory "="" users="" macusername="" sites"="">
    AllowOverride All
</directory>
 

The quote marks are being prefixed with "="
How can I fix it?

Comments

fizk’s picture

I was able to reproduce this as well. It seems to be a bug in SyntaxHighlighter.

I found someone using SyntaxHighlighter for Apache without any issues:

http://www.tech-otaku.com/blogging/apache-brush-syntaxhighlighter-evolve...

so their copy of SyntaxHighlighter might be patched to fix this.

tree2009’s picture

StatusFileSize
new24.92 KB

it's fine for me:

tree2009’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.