Skip to content

Commit 2679d11

Browse files
committed
Merge pull request jquery-archive#4684 from MauriceG/patch-27
Docs: Re-wording and correcting the paragraph about split-icons (lists-themes.html)
2 parents 44e66ad + 47c9e31 commit 2679d11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/lists/lists-themes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h3>Warning</h3>
206206
</li>
207207
</ul>
208208

209-
<p>The icon for the split theme can set at the list level by adding the <code>data-split-icon</code> to the list and specifying a <a href="../buttons/buttons-icons.html">standard icon</a>. This attribute can also be added to individual split inside list items by adding a <code> data-icon</code> attribute to specific links (see second list item).</p>
209+
<p>The icon for the split can be set at the list level by adding the <code>data-split-icon</code> to the list and specifying a <a href="../buttons/buttons-icons.html">standard icon</a>. The icon can also be set to an individual split by adding a <code>data-icon</code> attribute to specific list items (see second list item).</p>
210210

211211
<code>
212212
&lt;ul data-role=&quot;listview&quot; data-inset=&quot;true&quot; data-split-theme=&quot;d&quot; data-split-icon=&quot;delete&quot;&gt;
@@ -220,12 +220,12 @@ <h3>Broken Bells</h3>
220220
</a>
221221
<a href="index.html">Purchase album</a>
222222
</li>
223-
<li><a href="index.html">
223+
<li data-icon="alert"><a href="index.html">
224224
<img src="images/album-hc.jpg" />
225225
<h3>Warning</h3>
226226
<p>Hot Chip</p>
227227
</a>
228-
<a href="index.html">Purchase album</a>
228+
<a href="index.html" data-theme="e">Purchase album</a>
229229
</li>
230230
</ul>
231231

0 commit comments

Comments
 (0)