Make WordPress Core

Ticket #19543: markup.html

File markup.html, 191 bytes (added by exz, 13 years ago)

markup to reproduce the bug

Line 
1<section>
2        <h1>section 1</h1>
3        Some text
4        <ul>
5                <li>A list item</li>
6        </ul>
7        Some more text
8</section>
9<section>
10        <h1>Section two</h1>
11        A little bit of text in the second section
12</section>