﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10786	CKEditor change Source Code formatting	Xuân Hùng		"I try to edit an article, this is what i see :
[[Image(https://lh6.googleusercontent.com/-x-0nx7nla5w/Uib89pnPyEI/AAAAAAAAAyU/iM5uwGl4_yg/w643-h231-no/1.png)]]

This is a part of article content from database :

{{{
<h4>index.html</h4> 
<pre>
     &lt;div id=&quot;clock&quot; class=&quot;light&quot;&gt; 
</pre>
}}}

Problem is CKeditor formatted my source code to something like : 

{{{
<h4>index.html</h4> 
<pre>
     <div id=""clock"" class=""light""> 
</pre>
}}}

and this source code is disappeared. I tried : 

{{{
config.protectedSource.push( /<pre[\s\S]*?\/pre>/g );
}}}
 
in config.js from https://drupal.org/node/803562 but it nothing change. Any ideas for this issue ?"	Bug	closed	Normal		General		invalid		
