[wp-trac] [WordPress Trac] #5971: more than one blogroll categories result in invalid XHTML code generated

WordPress Trac wp-trac at lists.automattic.com
Sat Feb 23 19:22:45 GMT 2008


#5971: more than one blogroll categories result in invalid XHTML code generated
---------------------+------------------------------------------------------
 Reporter:  lazyone  |       Owner:  anonymous
     Type:  defect   |      Status:  new      
 Priority:  normal   |   Milestone:  2.6      
Component:  General  |     Version:           
 Severity:  normal   |    Keywords:           
---------------------+------------------------------------------------------
 If one has more than one blogroll categories, i.e. there will be at least
 two separate link lists in the sidebar (each having its own headline), all
 these lists will get the same id. For example:
 {{{
                 <li id="links" class="widget widget_links"><h2
 class="widgettitle">First Link Category</h2>
 }}}
 and
 {{{
                 <li id="links" class="widget widget_links"><h2
 class="widgettitle">Second Link Category</h2>
 }}}
 This will make the generated XHTML code invalid, as every id (here:
 `links') has to be defined at most once.

 I had this both under 2.2.3 and 2.3.3, and it is really annoying.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5971>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list