﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8767	How to do not translate the html tags on ckEditor?	tonsaito		"Hi,

I'm a web developer and i'm using the ckeditor.
however i need to text some html, php, javascipt and others language codes using syntaxHighlighter like this:

""<code>
<pre class=""brush: js;"">
function helloSyntaxHighlighter()
{
	return ""hi!"";
}
</pre>
</code>""

when i create the text i have no problems but when i gonna edit, the
tags are translated and i just can see:

""
function helloSyntaxHighlighter()
{
	return ""hi!"";
}""

i need to know if i can ignore the tags while i edit the text or i just can see the code using the ""source-code"" button.

I appreciate if you can help
"	Task	closed	Normal		General	FCKeditor 2.6.6	invalid		ton.unesp@…
