Skip to content

Commit 2f4586b

Browse files
committed
Tabs: added missing closing tags
Closes #gh-247
1 parent 5568c61 commit 2f4586b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pages/tabs.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
<p>This widget is imported unchanged from <a href="http://jqueryui.com/">jQuery UI</a>. Nevertheless, in keeping with jQuery Mobile widget features, the options documented on its jQuery UI API <a href="http://api.jqueryui.com/tabs/">reference</a> page are also available as <code>data-*</code> attributes.</p>
1111

1212
<section class="entry-examples" id="entry-examples">
13-
<header><h2>Example:</h2></header><div class="entry-example" id="example-0">
14-
<h4><span class="desc">A basic example of tabs.</span></h4>
13+
<header><h2>Example:</h2></header>
14+
<div class="entry-example" id="example-0">
15+
<h4><span class="desc">A basic example of tabs.</span></h4>
1516

1617
<pre><code data-linenum="true">
1718
<!doctype html>
@@ -56,5 +57,8 @@ <h1>jQuery Mobile Example</h1>
5657
</html>
5758
</code></pre>
5859

59-
<h4>Demo:</h4>
60-
<div class="demo code-demo"></div>
60+
<h4>Demo:</h4>
61+
<div class="demo code-demo"></div>
62+
63+
</div>
64+
</section>

0 commit comments

Comments
 (0)