Browse Source

Remove double space.

mark_story 12 years ago
parent
commit
2b3bf29177
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/View/Helper/PaginatorHelperTest.php

+ 1 - 1
tests/TestCase/View/Helper/PaginatorHelperTest.php

@@ -755,7 +755,7 @@ class PaginatorHelperTest extends TestCase {
 		$result = $this->Paginator->next('Next');
 		$expected = array(
 			'li' => array('class' => 'next'),
-			'a'  => array('rel' => 'next', 'href' => '/articles/index?page=2'),
+			'a' => array('rel' => 'next', 'href' => '/articles/index?page=2'),
 			'Next',
 			'/a',
 			'/li'