mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 09:24:46 +00:00
Fix a typo in the doc : H1 should be H6 in the h6 tag
This commit is contained in:
parent
8b220a7be4
commit
971a2a78ed
1 changed files with 1 additions and 1 deletions
2
docs/content/content-html.html
Executable file → Normal file
2
docs/content/content-html.html
Executable file → Normal file
|
|
@ -44,7 +44,7 @@
|
|||
<h3>H3 Heading</h3>
|
||||
<h4>H4 Heading</h4>
|
||||
<h5>H5 Heading</h5>
|
||||
<h6>H1 Heading</h6>
|
||||
<h6>H6 Heading</h6>
|
||||
|
||||
<p>This is a paragraph that contains <strong>strong</strong>, <em>emphasized</em> and <a href="index.html">linked</a> text. Here is more text so you can see how HTML markup works in content. Here is more text so you can see how HTML markup works in content.</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue