diff --git a/src/JasonGrimes/Paginator.php b/src/JasonGrimes/Paginator.php index d43aba2..cb5d8cf 100644 --- a/src/JasonGrimes/Paginator.php +++ b/src/JasonGrimes/Paginator.php @@ -12,8 +12,8 @@ class Paginator protected $currentPage; protected $urlPattern; protected $maxPagesToShow = 10; - protected $previousText = 'Previous'; - protected $nextText = 'Next'; + protected $previousText = '« Previous'; + protected $nextText = 'Next »'; /** * @param int $totalItems The total number of items. @@ -281,7 +281,7 @@ public function toHtml() $html = '