MDL-53641 paging bar: add missing space before last element

This commit is contained in:
Eloy Lafuente (stronk7) 2016-03-29 23:28:25 +02:00
parent aeccf4bd94
commit 7ca2c19b81

View file

@ -3000,7 +3000,7 @@ EOD;
} }
if (!empty($pagingbar->lastlink)) { if (!empty($pagingbar->lastlink)) {
$output .= ' ...' . $pagingbar->lastlink . ' '; $output .= ' ... ' . $pagingbar->lastlink . ' ';
} }
if (!empty($pagingbar->nextlink)) { if (!empty($pagingbar->nextlink)) {