Confirmation Dialog does not format HTML

Confirmation Dialog does not format HTML

Hi,

I added a div to a confirmation dialog.  I then used the following to add a list to the div.

  1. $("divData").html("<ul><li>item1</li><li>item2</li></ul>")
What displays in the dialog is :
Item1
Item2

None of the expected formatting (ex.bullets) appear.  I had similar problems with other html formatting, but some items such as <b>this is bold</b> work.   Does anyone have any ideas on what I am doing wrong?

Thanks,

Jerry