[Plugin: SyntaxHighlighter Evolved] Code line breaks lost?
-
I’m using syntaxhighlighter evolved (3.1.3) and have just discovered that in IE 6/7/8/9 that when I paste code from my site into my program editor (or windows notepad) that all the code formatting (line breaks) are lost. This is fine in firefox/chrome/safari.
So …
PROC SQL;
SELECT *
FROM course.custdetl;
QUIT;becomes
PROC SQL; SELECT * FROM course.custdetl; QUIT;
Is this a known issue? Any way to fix it to retain the ‘structure’?
Thanks
Rob
The topic ‘[Plugin: SyntaxHighlighter Evolved] Code line breaks lost?’ is closed to new replies.