From e1dba6798fcce3d9cedc6440f1485af966d1b004 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sat, 11 Feb 2012 13:53:46 +0530 Subject: [PATCH] Added missing echos --- lib/Cake/View/Pages/home.ctp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Cake/View/Pages/home.ctp b/lib/Cake/View/Pages/home.ctp index 59e8013ba..2b337ec9b 100644 --- a/lib/Cake/View/Pages/home.ctp +++ b/lib/Cake/View/Pages/home.ctp @@ -119,9 +119,9 @@ if (isset($filePresent)): App::uses('Validation', 'Utility'); if (!Validation::alphaNumeric('cakephp')) { echo '

'; - __d('cake_dev', 'PCRE has not been compiled with Unicode support.'); - echo '
'; - __d('cake_dev', 'Recompile PCRE with Unicode support by adding --enable-unicode-properties when configuring'); + echo __d('cake_dev', 'PCRE has not been compiled with Unicode support.'); + echo '
'; + echo __d('cake_dev', 'Recompile PCRE with Unicode support by adding --enable-unicode-properties when configuring'); echo '

'; } ?>