﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7699	problem with list	Régis Houssin		"Hi,

I have a problem with display lists (bulleted or number)
I have this in the html source:


{{{
<ul>
	<li>
		test</li>
	<li>
		test</li>
	<li>
		test</li>
</ul>
}}}


This creates a line break and add a 
{{{
<br />
}}}
 in the code of the page


{{{
<ul>
	<li><br />
		test</li><br />
	<li><br />
		test</li><br />
	<li><br />
		test</li><br />
</ul>
}}}


why we do not do this?

{{{
<ul>
	<li>test</li>
	<li>test</li>
	<li>test</li>
</ul>
}}}

thanks for your help
Régis"	Bug	closed	Normal		Core : Lists	3.5.3	invalid	bullet list	
