Merge pull request #3052 from agcolom/patch-35

Update docs/pages/multipage-template.html
This commit is contained in:
Todd Parker 2011-11-15 09:17:16 -08:00
commit 6a0c19cc3a

View file

@ -14,13 +14,13 @@
<body>
<!-- Start of first page: #one -->
<div data-role="page" id="foo">
<div data-role="page" id="one">
<div data-role="header">
<h1>Multi-page</h1>
</div><!-- /header -->
<div data-role="content" id="one">
<div data-role="content" >
<h2>One</h2>
<p>I have an id of "one" on my page container. I'm first in the source order so I'm shown when the page loads.</p>