﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6413	Extra indent in the <pre> tag	galeki		"Try insert a <pre> block in a <li> block:
{{{
    <li> Code 1
<pre>
abc
def
ghi
</pre>
    </li>
}}}
The html source formater auto indent the <pre> tag and the first line of the content of <pre>:
{{{
    <li> Code 1
            <pre>
            abc
def
ghi
</pre>
    </li>
}}}
So when show in the browser, there is always a extra indent before the first line of the ""abc""."	Bug	closed	Normal	CKEditor 3.4.2	Core : Output Data	3.1	fixed		jude@…
