Fix a typo in the doc : H1 should be H6 in the h6 tag

This commit is contained in:
Théophile Helleboid - chtitux 2011-07-02 03:36:44 -07:00
parent 8b220a7be4
commit 971a2a78ed

2
docs/content/content-html.html Executable file → Normal file
View 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>