From e222b3b78e01b99e5c9281be33f28da66e1c1be1 Mon Sep 17 00:00:00 2001 From: David Gallagher Date: Fri, 7 Jun 2013 01:01:33 +1000 Subject: [PATCH] Remove trailing space --- lib/Cake/View/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/View/View.php b/lib/Cake/View/View.php index df2303f08..706eed8ea 100644 --- a/lib/Cake/View/View.php +++ b/lib/Cake/View/View.php @@ -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]));