Fixed The $dots property
So that it doesn't screw up pagination
This commit is contained in:
@@ -65,7 +65,7 @@ class Paginator {
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $dots = '<span class="dots">...</span>';
|
protected $dots = '<li class="dots disabled"><a href="#">...</a></li>';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new Paginator instance.
|
* Create a new Paginator instance.
|
||||||
|
|||||||
Reference in New Issue
Block a user