mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-53641 paging bar: add missing space before last element
This commit is contained in:
parent
aeccf4bd94
commit
7ca2c19b81
1 changed files with 1 additions and 1 deletions
|
@ -3000,7 +3000,7 @@ EOD;
|
|||
}
|
||||
|
||||
if (!empty($pagingbar->lastlink)) {
|
||||
$output .= ' ...' . $pagingbar->lastlink . ' ';
|
||||
$output .= ' ... ' . $pagingbar->lastlink . ' ';
|
||||
}
|
||||
|
||||
if (!empty($pagingbar->nextlink)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue