Ho la pagina utf-8 HTML5 mi da questo errore
Element br not allowed as child of element ul in this context. (Suppressing further errors from this subtree.)
Codice PHP:
<ul style="list-style-type:disc">
<li>testo1</li>
<br>
<li>testo2</li>
</ul>