I have the following .html
<p>
    <input class="inputName" />
    <ul>
         <li>One value</li>
    </ul>
</p>
In google chrome, firefox and safari i got (in the source explorer)
<p>
    <input class="inputName" />
</p>
<ul>
     <li>One value</li>
</ul>
I can't reproduce the issue, it come from my smarty template .... somewhere but i have no idea where.
I don't know where to look. Every tags are closed. Have you ever seen that problem ?