diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-01-28 18:44:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-01-28 18:44:17 +0000 |
commit | b24a4bda341e19b6d88e9f19e068d22c54a0b716 (patch) | |
tree | 41d261ccfd28fe7194abbef84b24634058d85021 | |
parent | 144dab22c75097ca84e7a08a46fe8ad99fe5627b (diff) | |
download | brdo-b24a4bda341e19b6d88e9f19e068d22c54a0b716.tar.gz brdo-b24a4bda341e19b6d88e9f19e068d22c54a0b716.tar.bz2 |
- Patch by Remco: <div> -> </div>.
-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; } |