Commit 4de8921f authored by kapil verma's avatar kapil verma

Fixed The $dots property

So that it doesn't screw up pagination
parent 2a5d7c30
...@@ -65,7 +65,7 @@ class Paginator { ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment