From 38820e0a1658da9e7e1f2cc1f6098d5f21b58893 Mon Sep 17 00:00:00 2001 From: Mark van Driel Date: Mon, 2 Sep 2013 13:22:44 +0200 Subject: [PATCH] Fixed identing and spacing --- app/View/Pages/home.ctp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/View/Pages/home.ctp b/app/View/Pages/home.ctp index 53e48900a..98533322a 100644 --- a/app/View/Pages/home.ctp +++ b/app/View/Pages/home.ctp @@ -67,7 +67,7 @@ endif; $settings = Cache::settings(); if (!empty($settings)): echo ''; - echo __d('cake_dev', 'The %s is being used for core caching. To change the config edit APP/Config/core.php ', ''. $settings['engine'] . 'Engine'); + echo __d('cake_dev', 'The %s is being used for core caching. To change the config edit APP/Config/core.php ', '' . $settings['engine'] . 'Engine'); echo ''; else: echo ''; @@ -113,7 +113,7 @@ if (isset($filePresent)): isConnected()): echo ''; - echo __d('cake_dev', 'Cake is able to connect to the database.'); + echo __d('cake_dev', 'Cake is able to connect to the database.'); echo ''; else: echo '';