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