SushmitaSen / syntaxhighlighter

Automatically exported from code.google.com/p/syntaxhighlighter
GNU General Public License v3.0
0 stars 0 forks source link

Changed my JS code ! #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I did not use syntaxhighlighter directly. I tried several syntaxhighlighter
plugins for FCKeditor which are all based on syntaxhighlighter.

The code I want to insert is from a .js file, JavaScript I think.

The code is:

[code]
FCKConfig.PreloadImages = [ FCKConfig.SkinPath +
'images/toolbar.start.gif', FCKConfig.SkinPath +
'images/toolbar.buttonarrow.gif' ] ;
[/code]

But when save and view the result, those square parenthesis were trim
off,and the sentence after the equal symbol become a HTML HyperLink !

What is wrong?

Original issue reported on code.google.com by joomlagate@gmail.com on 28 Dec 2008 at 7:56