Remove trailing space

This commit is contained in:
David Gallagher 2013-06-07 01:01:33 +10:00
parent 0ada093295
commit e222b3b78e

View file

@ -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]));