Skip to content

Commit 3b8a389

Browse files
committed
setting the header-data-theme to swatch b for consistency otherwise it defaults to swatch a,
fixing copy/paste typo at collapsible content description
1 parent b8dcdc9 commit 3b8a389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/pages-themes/theme-b.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<div data-role="page" class="type-interior" data-theme="b">
1717

18-
<div data-role="header">
18+
<div data-role="header" data-theme="b">
1919
<h1>Theming pages</h1>
2020
<a href="../../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
2121
</div><!-- /header -->
@@ -100,7 +100,7 @@ <h2>Collapsible Sets</h2>
100100
<div data-role="collapsible-set">
101101
<div data-role="collapsible" data-collapsed="false">
102102
<h3>Section 1</h3>
103-
<p>I'm the collapsible content in a set so this feels like an accordion. I'm hidden by default because I have the "collapsed" state; you need to expand the header to see me.</p>
103+
<p>I'm the collapsible content in a set so this feels like an accordion. I'm visible by default because I have the <code>data-collapsed="false"</code> attribute; to collapse me, either click my header or expand another header in my set.</p>
104104
</div>
105105
<div data-role="collapsible">
106106
<h3>Section 2</h3>

0 commit comments

Comments
 (0)