Skip to content

Commit dd3f704

Browse files
committed
Learn: corrected code indentation in jquery-mobile/getting-started.md
1 parent 5c05bb5 commit dd3f704

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

page/jquery-mobile/getting-started.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ In the `body`, a div with a `data-role` of `page` is the wrapper used to delinea
1818
<body>
1919

2020
<div data-role="page">
21-
22-
<div data-role="header">
23-
<h1>My Title</h1>
24-
</div><!-- /header -->
25-
26-
<div data-role="content">
27-
<p>Hello world</p>
28-
</div><!-- /content -->
21+
<div data-role="header">
22+
<h1>My Title</h1>
23+
</div><!-- /header -->
24+
25+
<div data-role="content">
26+
<p>Hello world</p>
27+
</div><!-- /content -->
2928

3029
</div><!-- /page -->
3130

0 commit comments

Comments
 (0)