Skip to content

Commit c10ce19

Browse files
committed
fixed indentation in activePage example
1 parent 13456fb commit c10ce19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

entries/jQuery.mobile.activePage.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<added>1.0</added>
77
</signature>
88
<example>
9-
<desc>Example of the activePage property</desc>
10-
<css><![CDATA[
9+
<desc>Example of the activePage property</desc>
10+
<css><![CDATA[
1111
#myResult {
1212
border: 1px solid;
1313
border-color: #108040;
1414
padding: 10px;
1515
}
1616
]]></css>
17-
<html><![CDATA[ <div data-role="header">
17+
<html><![CDATA[ <div data-role="header">
1818
<h1>Page 1</h1>
1919
</div>
2020
<div data-role="content">
@@ -33,14 +33,14 @@
3333
<input type="button" value="Which Page is this?" class="myButton" data-inline="true"/> <br>
3434
<div class="myResult">The result will be displayed here</div>
3535
</div>]]></html>
36-
<code><![CDATA[
36+
<code><![CDATA[
3737
$(function() {
3838
$( ".myButton" ).on( "click", function() {
3939
var whichPageId = $.mobile.activePage.attr( "id" );
4040
$( ".myResult" ).html( "This is " + whichPageId );
4141
});
4242
});
4343
]]></code>
44-
</example>
44+
</example>
4545
<category slug="properties"/>
4646
</entry>

0 commit comments

Comments
 (0)