From 8d74e4c1324842cf8416ab17808a2ff2fb33d669 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Oct 2006 19:57:06 +0000 Subject: - Patch #87995 by merlinofchaos: added missing css. --- includes/pager.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pager.inc') diff --git a/includes/pager.inc b/includes/pager.inc index ee75166c5..edf2ba009 100644 --- a/includes/pager.inc +++ b/includes/pager.inc @@ -114,7 +114,7 @@ function theme_pager($tags = array(), $limit = 10, $element = 0, $parameters = a $output = ''; if ($pager_total[$element] > 1) { - $output .= '
'; + $output .= '
'; $output .= theme('pager_first', ($tags[0] ? $tags[0] : t('« first')), $limit, $element, $parameters); $output .= theme('pager_previous', ($tags[1] ? $tags[1] : t('‹ previous')), $limit, $element, 1, $parameters); $output .= theme('pager_list', $limit, $element, ($tags[2] ? $tags[2] : 9 ), '', $parameters); -- cgit v1.2.3