From 285b43975c3af5ef5a3e8d333764e841fd44c797 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 11 Jan 2013 10:34:26 -0500 Subject: [PATCH] Fixed column alignment bug. --- themes/blueprint/templates/search/home.phtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/blueprint/templates/search/home.phtml b/themes/blueprint/templates/search/home.phtml index bef28c682f9..a072aeba30d 100644 --- a/themes/blueprint/templates/search/home.phtml +++ b/themes/blueprint/templates/search/home.phtml @@ -49,6 +49,8 @@ <ul class="span-5"> <? endif; ?> <? endforeach; ?> + <? /* Fill in empty column if we have too few values to spill over: */ ?> + <? if ($i < 10): ?></ul><ul class="span-5"><? endif; ?> <? /* Special case: collections */ ?> <? elseif ($field == 'hierarchy_top_title'): ?> <? $i = 0; foreach ($sortedList as $url => $value): ?> -- GitLab