docs: tiny typo at Pages & Dialogs / Page titles

This commit is contained in:
Maurice Gottlieb 2011-10-20 23:35:37 +03:00
parent 6cf19d6c10
commit 6f400e87cf

View file

@ -30,7 +30,7 @@
<h2>Titles in multi-page templates</h2>
<p>On multi-page documents, we follow a similiar convention, but since all the page share a common <code>title</code>, we have a <code>data-title</code> attribute that can be added each page container within a multi-page template to manually define a title. The title of the HTML docuemnt will be automatically updated to match the <code>data-title</code> of the page currently in view.</p>
<p>On multi-page documents, we follow a similiar convention, but since all the page share a common <code>title</code>, we have a <code>data-title</code> attribute that can be added to each page container within a multi-page template to manually define a title. The title of the HTML document will be automatically updated to match the <code>data-title</code> of the page currently in view.</p>
<pre><code>
&lt;div data-role=&quot;page&quot; id=&quot;foo&quot; <strong>data-title=&quot;Page Foo&quot;</strong>&gt;