Recently ran into a minor bug with FireFox rendering Syntax Highlighter v3. Found the issue and it's due to bootstrap's :before
and :after
property content: " ";
.
Below is the code snippet to override this property.
.syntaxhighlighter table td.code .container:after, .syntaxhighlighter table td.code .container:before { content: normal; }