[wp-trac] [WordPress Trac] #5614: Extra line in function end_el
causes an extra gap in horizontal lists
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 9 16:56:54 GMT 2008
#5614: Extra line in function end_el causes an extra gap in horizontal lists
---------------------+------------------------------------------------------
Reporter: jashnu | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.3.3
Component: General | Version: 2.3.2
Severity: minor | Keywords:
---------------------+------------------------------------------------------
wp-includes/classes.php lines 535-541:
function end_el($output, $page, $depth) {
$output .= "</li>\n";
return $output;
}
}
\n causes an extra gap if you create a horizontal list so \n should be
removed.
--
Ticket URL: <http://trac.wordpress.org/ticket/5614>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list