Skip to content

Commit 06da997

Browse files
committed
api.jquerymobile.com: minor changes to indentation and html
1 parent e4d8d2e commit 06da997

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

entries/jQuery.mobile.silentScroll.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
</div>
1919
<div data-role="content">
2020
<a href="#" onclick="$.mobile.silentScroll(100)" data-role="button">Go down 100 pixels</a>
21-
<p> <br /><br />Here, we have some text so that we can have <br />
22-
some vertical space in order to demonstrate <br />
23-
the silentScroll() method.<br /><br /></p>
21+
<p> <br><br>Here, we have some text so that we can have <br>
22+
some vertical space in order to demonstrate <br>
23+
the silentScroll() method.<br><br></p>
2424
<a href="#" onclick="$.mobile.silentScroll(0)" data-role="button">Back to Top</a>
2525
</div>
2626
<div data-role="footer">
2727
<h4> </h4>
2828
</div>
2929
</div>
30-
]]></html>
30+
]]></html>
3131
</example>
3232
<longdesc>
3333
<p>Scroll to a particular Y position without triggering scroll event listeners.</p>

0 commit comments

Comments
 (0)