Function sitenotes_list() produce incorrect html on "admin/build/sitenotes", like this one :
<div id="sitenotes-list">
<ul>
<li class="sitesnotes-title"><a
href="/?q=node/886">Site Note1</a></li>
<p class="sitenotes-teaser">test content 2</p>
<li class="sitesnotes-title"><a
href="/drupal/?q=node/887">Site Note2</a></li>
<p class="sitenotes-teaser">test content 2</p>
</ul>
</div>The <p class="sitenotes-teaser"> are not valid inside the <ul> list.
Comments
Comment #1
nancydruIt works for me in all the browsers I've tried.
However, I am committing a fix to do away with the list entirely and change the LI tags to H2 tags.
Comment #2
nancydruComment #3
nancydru