Fixed The $dots property

So that it doesn't screw up pagination
This commit is contained in:
kapil verma 2012-09-10 12:02:55 +05:30
parent 2a5d7c3080
commit 4de8921f2d
1 changed files with 1 additions and 1 deletions

View File

@ -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.