Problem with using a linked list in a collapsible button.

Problem with using a linked list in a collapsible button.


Jqm version: 1.2.0

Desired Result:
Upon setting a collapsible button, links to data-mini="true", wish to have buttons
should use data-mini="true"

Problem:
No matter what I do, I can not get the buttons to be minimize. I have been to the docs several times and tried every combination.  I am providing the code snippet and a picture of the un-collapsed output. hope this helps.

  1. <!-- pasta dishes -->
  2. <div data-role="collapsible">
  3. <h3><div data-iconpos="top">Pasta Dishes</div></h3>
  4. <h3 align="center">Great Italian Famly Receipts"</h3>
  5. <div>
  6. <ul data-role="listview">
  7. <li><a href="specPasta.html" daata-role="button" data-mini="true">Speciality Pasta</a></li>
  8. <li><a href="Italian Pasta.html" daata-role="button" data-mini="true">Italian Pasta</a></li>
  9. <li><a href="Casseroles.html" daata-role="button" data-mini="true">Casseroles</a></li>
  10. <li><a href="tortellini.html" daata-role="button" data-mini="true">Tortellini</a></li>
  11. </ul>
  12. </div>
  13. </div>
  14.   <!-- /pasta dishes -->

Pasta button in opened state



Notice that Pasta and expanded links are not minimized.

Thank you for any assistance.