<br> within <li> creating new bullet point

Hi,

I have some code in for a dynamic text field:

<ul><li>Item one</li>
<li>Item two line one<br>Item two line two</li>
<li>Item three</li></ul>

It should display like this:

[LIST]
[]Item one
[
]Item two line one
Item two line two
[*]Item three
[/LIST]
But it adds an extra bullet point after the <br> making it look like this:

[LIST]
[]Item one
[
]Item two line one
[]Item two line two
[
]Item three
[/LIST]
Does anyone know how to fix this? I’m using ActionScript 2.0 in Flash CS3.

cheers

bob