Skip to content

Commit c521ebc

Browse files
committed
Demos: Fix menu markup in tooltip video-player demo
1 parent 20a6368 commit c521ebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demos/tooltip/video-player.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@
130130
<button data-icon="ui-icon-circle-plus" title="Add to Watch Later">Add to</button>
131131
<button class="menu" data-icon="ui-icon-triangle-1-s">Add to favorites or playlist</button>
132132
<ul>
133-
<li>Favorites</li>
134-
<li>Funnees</li>
133+
<li><div>Favorites</div></li>
134+
<li><div>Funnees</div></li>
135135
<li></li>
136-
<li>New playlist...</li>
136+
<li><div>New playlist...</div></li>
137137
</ul>
138138
</div>
139139
<button title="Share this video">Share</button>

0 commit comments

Comments
 (0)