Phone number inside list item
I have a list (<ul data-role="listview">).
In some of the list items, the content contains a phone number.
iPhone automatically creates a link from these phone numbers. The problem is that once there's a link inside the <li> element, the behavior of that list item changes, and the phone number link is not displayed as intended. I could disable all phone number links using a meta tag but I'd rather not.
Is there a way to embed a regular link inside an <li> element?