﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12012	HTML Entities Problem with &lt; &gt; inside of the <code> segment	scabro		"I'm having a problem with the following block of code, which comes directly from database:


{{{
<pre data-pbcklang=""html"" data-pbcktabsize=""4"">
<code class=""language-html "">&lt;p&gt;
    &lt;a href=&quot;#&quot;&gt;Test&lt;/a&gt;
&lt;/p&gt;</code></pre>
}}}

when loaded into the ckeditor it gets converted to:


{{{
<pre data-pbcklang=""html"" data-pbcktabsize=""4"">

&nbsp;</pre>

<p><code class=""language-html ""><a href=""#"">Test</a> </code></p>
}}}

Any idea how to prevent this behavior?

"	Bug	closed	Normal		General		invalid		
