mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Fix whitespace.
This commit is contained in:
parent
028795eb2e
commit
934838f77c
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ podeís adquirirla.</span></p>
|
||||||
));
|
));
|
||||||
$expected = '<b>© 2005-2007, Cake Software...</b>';
|
$expected = '<b>© 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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue