diff --git a/cake/libs/view/pages/home.ctp b/cake/libs/view/pages/home.ctp index 848ab3ad359..e61349adee6 100644 --- a/cake/libs/view/pages/home.ctp +++ b/cake/libs/view/pages/home.ctp @@ -106,7 +106,7 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');

Html->link( - sprintf('%s%s', __('new', true ), __('CakePHP 1.3 Docs', true )), + sprintf('%s%s', __('new', true), __('CakePHP 1.3 Docs', true)), 'http://book.cakephp.org/view/875/x1-3-Collection', array('target' => '_blank', 'escape' => false) );