Fix whitespace.

This commit is contained in:
mark_story 2012-08-26 22:17:36 -04:00
parent 028795eb2e
commit 934838f77c

View file

@ -473,7 +473,7 @@ podeís adquirirla.</span></p>
)); ));
$expected = '<b>&copy; 2005-2007, Cake Software...</b>'; $expected = '<b>&copy; 2005-2007, Cake Software...</b>';
$this->assertEquals($expected, $result); $this->assertEquals($expected, $result);
$result = $this->Text->truncate($text, 31, array( $result = $this->Text->truncate($text, 31, array(
'html' => true, 'html' => true,
'exact' => true, 'exact' => true,