Misplaced li tags - within the block.
nodiac - October 21, 2008 - 19:31
| Project: | Taxonomy Blocks |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Description
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.

#1
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.
#2
This bug also exists in the current d6 version.
#3
#4
Automatically closed -- issue fixed for 2 weeks with no activity.
#5
This bug causes an invalid html output. Should be fixed. See the patch attached for 6.x-1.0-beta1.
#6