Skip to content

Commit f4bb39c

Browse files
committed
Docs: minor correction to closing tags (<p> closes with </p>) (buttons-inline.html)
1 parent 3886951 commit f4bb39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/buttons/buttons-inline.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ <h2>Inline buttons</h2>
5656
<p>If you want buttons to sit side-by-side but stretch to fill the width of the screen, you can use the <a href="../content/content-grids.html">content column grids</a> to put normal full-width buttons into 2- or 3-columns.</p>
5757

5858
<h2>Icon example</h2>
59-
<p>When an <a href="buttons-icons.html">icon</a> is added to an inline button, the button will grow wider to accommodate the icon:<p>
59+
<p>When an <a href="buttons-icons.html">icon</a> is added to an inline button, the button will grow wider to accommodate the icon:</p>
6060

6161
<a href="index.html" data-role="button" data-icon="delete" data-inline="true">Cancel</a>
6262
<a href="index.html" data-role="button" data-icon="check" data-theme="b" data-inline="true">Save</a>
6363

64-
<p>A mini version of the same:<p>
64+
<p>A mini version of the same:</p>
6565

6666
<a href="index.html" data-role="button" data-icon="delete" data-inline="true" data-mini="true">Cancel</a>
6767
<a href="index.html" data-role="button" data-icon="check" data-theme="b" data-inline="true" data-mini="true">Save</a>

0 commit comments

Comments
 (0)