The end of the function phptemplate_linksnew puts a newline at the end of each of the primary links.
I've adapted this to do the secondary links too, and the whitespace causes layout issues (an extra gap between elements that isn't accounted by css and makes each item appear off-centre if you put a border in.

Change this:
$output .= "

\n";
to this:
$output .= "

";
to fix.

Comments

ishmael-sanchez’s picture

Assigned: Unassigned » ishmael-sanchez
ishmael-sanchez’s picture

Status: Active » Fixed

Update template.php and committed fix.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.