From b24a4bda341e19b6d88e9f19e068d22c54a0b716 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 28 Jan 2005 18:44:17 +0000 Subject: - Patch by Remco:
->
. --- includes/pager.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/pager.inc b/includes/pager.inc index 1e993407d..43639c7a6 100644 --- a/includes/pager.inc +++ b/includes/pager.inc @@ -211,7 +211,7 @@ function theme_pager_next($text, $limit, $element = 0, $interval = 1, $attribute else { $output .= ' '; } - $output .= '
'; + $output .= '
'; return $output; } -- cgit v1.2.3