﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7065	BR in pre-formatted doesn't create paragraphs	Garry Yao		"In Firefox,
 1. Load the following content:
{{{
<pre>
	paragraph1

	paragraph2
</pre>
}}}
 1. Click inside the format and apply ""Normal"" format;
  * Actual Result:
{{{
<p>
 Para 1<br />
 <br />
 Para 2</p>
}}}
  * Expected Result:
{{{
<p>paragraph1</p>
<p>paragraph2</p>
}}}"	Bug	closed	Normal		Core : Styles	3.0	fixed	HasPatch Firefox	
