﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9785	CKEDITOR.replace	bfxyly		"here is the invironment,I want to update data from the database(such as mysql), so i'll init the textarea with data that query from mysql. If the data is ""aaa"" and so on, it doesn't has problem.But if it includes ""<xxx>"",after CKEDITOR.replace, the init data becomes ""<xxx></xxx>"". It's really a problem. 
Now i assume,in fact, i must save code into mysql. For example,i save C code, ""#include <stdio.h>"". After executing CKEDITOR.replace, The CKEDITOR sourcecode looks like this 
""#include <stdio.h></stdio.h>"". However, user just saw ""#include"", where is the ""<stdio.h>""? It was used as the html tag. In fact,it does not a html tag.
I'm using CKEDITOR in my website,hope resoving this issue as soon as possible,thx."	Bug	closed	Normal		General	4.0.1	invalid		
