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

nancydru’s picture

It 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.

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Fixed
nancydru’s picture

Status: Fixed » Closed (fixed)