Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Demos: Demo of listview theming sets data-theme at wrong place #8628

Open
wants to merge 1 commit into
base: 1.4-stable
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/listview/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@

<ul data-role="listview" data-inset="true" data-theme="b" data-divider-theme="a" data-count-theme="a">
<li data-role="list-divider">Divider</li>
<li><a href="index.php" data-theme="a">Inbox <span class="ui-li-count">12</span></a></li>
<li data-theme="a"><a href="index.php">Inbox <span class="ui-li-count">12</span></a></li>
<li><a href="index.php">Outbox <span class="ui-li-count">0</span></a></li>
<li><a href="index.php">Sent <span class="ui-li-count">328</span></a></li>
</ul>
Expand Down