diff options
-rw-r--r-- | includes/pager.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= '<div>'; + $output .= '</div>'; return $output; } |