[wp-trac] Re: [WordPress Trac] #3080: wp_list_pages() is not
closing the </li> in some circumstances
WordPress Trac
wp-trac at lists.automattic.com
Sat Jan 20 06:35:20 GMT 2007
#3080: wp_list_pages() is not closing the </li> in some circumstances
-----------------------------+----------------------------------------------
Reporter: JeremyVisser | Owner: ryan
Type: defect | Status: reopened
Priority: highest omg bbq | Milestone: 2.1
Component: Template | Version: 2.1
Severity: critical | Resolution:
Keywords: bughunt |
-----------------------------+----------------------------------------------
Changes (by markjaquith):
* priority: high => highest omg bbq
* severity: normal => critical
Comment:
Seems to be the opposite case: redundantly closed {{{</li>}}}
Here's what I see on Binary Bonsai:
{{{
<ul class="menu">
<li class="current_page_item"><a href="http://binarybonsai.com/"
title="Blog">Blog</a></li>
<li class="page_item"><a href="http://binarybonsai.com/archives/"
title="Archives">Archives</a></li>
<li class="page_item"><a href="http://binarybonsai.com/wordpress/"
title="WordPress">WordPress</a></li>
</li>
<li class="page_item"><a href="http://binarybonsai.com/about/"
title="About">About</a></li>
</ul>
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/3080#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list