Browse Source

Fixed The $dots property

So that it doesn't screw up pagination
kapil verma 12 years ago
parent
commit
4de8921f2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/paginator.php

+ 1 - 1
laravel/paginator.php

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