diff --git a/core/paginator.class.php b/core/paginator.class.php index f1974290..1cfdc15d 100644 --- a/core/paginator.class.php +++ b/core/paginator.class.php @@ -44,7 +44,7 @@ class Paginator extends Block { } $pages_html = implode(" | ", $pages); - return "
$first_html | $prev_html | $random_html | $next_html | $last_html". + return "
$first_html | $prev_html | $random_html | $next_html | $last_html".
"
<< $pages_html >>