mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Remove trailing space
This commit is contained in:
parent
0ada093295
commit
e222b3b78e
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ class View extends Object {
|
|||
unset($out);
|
||||
return false;
|
||||
} else {
|
||||
if ($this->layout === 'xml') {
|
||||
if ($this->layout === 'xml') {
|
||||
$response->type('xml');
|
||||
}
|
||||
return substr($out, strlen($match[0]));
|
||||
|
|
Loading…
Reference in a new issue