Xml bullet list will not stop adding bullets

Hey,

I am loading an xml file in an as3 page and would like to add bullets in front of some of the text. This works fine, however: every piece of text I put after the ending of the unsorted list still gets a bullet.

<ul>
<li>text</li>
<li>text 2</li>
</ul> 
text here still gets a bullet.

Anyone got a clue?