Hi There -

The block starts with:

<ul>
  </li>
  <li>
....

and the last term in a section is missing a closing

tag.

This doesn't seem to be critical to the block's rendering, but thought you'd like to know.

CommentFileSizeAuthor
#5 taxonomy_blocks.module.patch952 bytesJean-Philippe Fleury

Comments

nodiac’s picture

The line that reads:

and the last term in a section is missing a closing

tag.

Should read:
and the last term in a section is missing a closing </li>tag.

Sorry am rushing a bit to get my work out but wanted to mention it to you.

harry slaughter’s picture

This bug also exists in the current d6 version.

owahab’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Jean-Philippe Fleury’s picture

Version: 5.x-1.0-beta » 6.x-1.0-beta1
Status: Closed (fixed) » Needs review
StatusFileSize
new952 bytes

This bug causes an invalid html output. Should be fixed. See the patch attached for 6.x-1.0-beta1.

nodiac’s picture

Status: Needs review » Reviewed & tested by the community
owahab’s picture

Status: Reviewed & tested by the community » Fixed

Fixed. Thank you for your help.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.