ListView bug...

ListView bug...

Hi,

When I tried the List View, some  appear...

this is my HTML
  1. <ul data-role="listview" data-inset="true">
  2.     <li data-role="list-divider">Friday, October 8, 2010 <span class="ui-li-count">2</span></li>
  3.     <li><a href="index.html">
  4.     <h2>Stephen Weber</h2>
  5.     <p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
  6.     <p>Hey Stephen, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
  7.         <p class="ui-li-aside"><strong>6:24</strong>PM</p>
  8.     </a></li>
  9.     <li><a href="index.html">
  10.     <h2>jQuery Team</h2>
  11.     <p><strong>Boston Conference Planning</strong></p>
  12.     <p>In preparation for the upcoming conference in Boston, we need to start gathering a list of sponsors and speakers.</p>
  13.         <p class="ui-li-aside"><strong>9:18</strong>AM</p>
  14.     </a></li>
  15.     <li data-role="list-divider">Thursday, October 7, 2010 <span class="ui-li-count">1</span></li>
  16.     <li><a href="index.html">
  17.     <h2>Avery Walker</h2>
  18.     <p><strong>Re: Dinner Tonight</strong></p>
  19.     <p>Sure, let's plan on meeting at Highland Kitchen at 8:00 tonight. Can't wait!</p>
  20.         <p class="ui-li-aside"><strong>4:48</strong>PM</p>
  21.     </a></li>
  22. </ul>