Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
thegallagher committed Jun 6, 2013
1 parent 0ada093 commit e222b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/View.php
Expand Up @@ -565,7 +565,7 @@ public function renderCache($filename, $timeStart) {
unset($out);
return false;
} else {
if ($this->layout === 'xml') {
if ($this->layout === 'xml') {
$response->type('xml');
}
return substr($out, strlen($match[0]));
Expand Down

0 comments on commit e222b3b

Please sign in to comment.