Skip to content

Commit

Permalink
Remove unnecessary spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed May 20, 2010
1 parent 385ceb4 commit 3a81a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/pages/home.ctp
Expand Up @@ -106,7 +106,7 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
<p>
<?php
echo $this->Html->link(
sprintf('<strong>%s</strong>%s', __('new', true ), __('CakePHP 1.3 Docs', true )),
sprintf('<strong>%s</strong>%s', __('new', true), __('CakePHP 1.3 Docs', true)),
'http://book.cakephp.org/view/875/x1-3-Collection',
array('target' => '_blank', 'escape' => false)
);
Expand Down

0 comments on commit 3a81a9e

Please sign in to comment.