- Patch by Jeremy: fixed unclosed "

4.6.x
Dries Buytaert 2005-01-27 19:01:01 +00:00
parent 6e30ba6874
commit b5a72f6216
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ function theme_pager_list($limit, $element = 0, $quantity = 5, $text = '', $attr
if ($i != $pager_max) {
$output .= $text;
if ($i > 1) {
$output .= '<div class="pager-list-dots-left>... </div>';
$output .= '<div class="pager-list-dots-left">... </div>';
}
// Now generate the actual pager piece.