﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13189	Prevent converting html entities to tag	majafy		"I use CKEditor in my project, I use html entities in my content like this:

Sample Code:
<pre>
&lt;div&gt;
&lt;a href=&quot;#&quot;&gt;test&lt;/a&gt;
&lt;/div&gt;
</pre>

but in CKEditor these html entities will convert to tags so this code will show:

Sample Code:
<pre>

</pre>

<div><a href=""#"">test</a></div>"	Bug	closed	Normal		General		invalid		
