From dc00cfe539b5511522ed3d947c0dd2b221d15b8b Mon Sep 17 00:00:00 2001 From: Mark Story Date: Tue, 12 Jan 2010 18:28:16 -0500 Subject: [PATCH] Adding   to baked index files to fix rendering issues in IE. --- cake/console/templates/default/views/index.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/console/templates/default/views/index.ctp b/cake/console/templates/default/views/index.ctp index c0e7222ed..430f8ee17 100644 --- a/cake/console/templates/default/views/index.ctp +++ b/cake/console/templates/default/views/index.ctp @@ -48,7 +48,7 @@ } } if ($isKey !== true) { - echo "\t\t\n\t\t\t\n\t\t\n"; + echo "\t\t \n"; } }