﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3253	List is incorrectly counting br	Garry Yao		"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Make the following content with the selection by click 'Select All' command;
{{{
^text^
}}}
 1. Click on 'Numbered List ' command to apply ;
  * Actual Result: 
{{{
<ol>
	<li>
		text</li>
	<li>
                <br />
	</li>
</ol>
}}}
  * Expected Result:
{{{
<ol>
	<li>
		text</li>
</ol>
}}}"	Bug	closed	Normal	CKEditor 3.0	General		duplicate		
