Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b5a72f62
Commit
b5a72f62
authored
Jan 27, 2005
by
Dries Buytaert
Browse files
- Patch by Jeremy: fixed unclosed "
parent
6e30ba68
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/pager.inc
View file @
b5a72f62
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment