[wpmu-trac] [WordPress MU Trac] #219: XHTML 1.1 incompatibility in list pages

WordPress MU Trac wpmu-trac at lists.automattic.com
Sun Jan 7 04:12:14 GMT 2007


#219: XHTML 1.1 incompatibility in list pages
------------------------+---------------------------------------------------
 Reporter:  nberlee     |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  low         |   Milestone:  WPMU 2.0
Component:  component1  |     Version:          
 Severity:  minor       |    Keywords:          
------------------------+---------------------------------------------------
 in classes.php on line 512:

 {{{$output .= $indent . '<li class="' . $css_class . '"><a href="' .
 get_page_link($page->ID) . '" title="' .
 attribute_escape($page->post_title) . '">' . $page->post_title .
 '</a>';}}}


 should also close the <li> tag to be xhtml 1.1 compatible (when themes
 support it)...

 so it should read this:

 {{{$output .= $indent . '<li class="' . $css_class . '"><a href="' .
 get_page_link($page->ID) . '" title="' .
 attribute_escape($page->post_title) . '">' . $page->post_title .
 '</a></li>';}}}

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/219>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list