﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6165	"Using ""Insert/Edit source code button"" will generate not so clean wikitext source code."	josephsieh		"Bug in MediaWiki+FCKeditor project.

For example, when you use the ""Insert/Edit Source Code"" button to create the following wikitext, it will generate
{{{
<source lang=""cpp"">int main(int argc, char* argv[]) {
    cout << ""a + b = 1"" << endl; 
    return 0;
}</source> 
}}}
where it should be in the format of 
{{{
<source lang=""cpp"">
int main(int argc, char* argv[]) {
    cout << ""a + b = 1"" << endl; 
    return 0;
}
</source> 
}}}"	Bug	closed	Normal		Project : MediaWiki+FCKeditor	FCKeditor 2.6.6	invalid		
