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?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screen Shot 2022-02-05 at 1.28.20 PM.png | 24.92 KB | tree2009 |
Comments
Comment #1
fizk commentedI 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.
Comment #2
tree2009 commentedit's fine for me:

Comment #3
tree2009 commented