Skip to content

Commit

Permalink
Invalid XHTML possibility - http://mosquito.wordpress.org/view.php?id…
Browse files Browse the repository at this point in the history
…=518

git-svn-id: http://svn.automattic.com/wordpress/trunk@2280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
saxmatt committed Feb 12, 2005
1 parent a622032 commit b0db8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/links.php
Expand Up @@ -501,7 +501,7 @@ function get_links_list($order = 'name', $hide_if_empty = 'obsolete') {
$orderby = (bool_from_yn($cat['sort_desc'])?'_':'') . $orderby;

// Display the category name
echo ' <li id="'.sanitize_title($cat['cat_name']).'"><h2>' . $cat['cat_name'] . "</h2>\n\t<ul>\n";
echo ' <li id="linkcat-' . $cat['link_category'] . '">' . $cat['cat_name'] . "\n\t<ul>\n";
// Call get_links() with all the appropriate params
get_links($cat['link_category'],
'<li>',"</li>","\n",
Expand Down

0 comments on commit b0db8df

Please sign in to comment.