Closed (fixed)
Project:
Aberdeen
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Jun 2008 at 12:37 UTC
Updated:
24 Jan 2010 at 21:10 UTC
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
Comment #1
ishmael-sanchez commentedComment #2
ishmael-sanchez commentedUpdate template.php and committed fix.