Skip to content

Commit

Permalink
Added missing echos
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Feb 11, 2012
1 parent d959b03 commit e1dba67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/View/Pages/home.ctp
Expand Up @@ -119,9 +119,9 @@ if (isset($filePresent)):
App::uses('Validation', 'Utility');
if (!Validation::alphaNumeric('cakephp')) {
echo '<p><span class="notice">';
__d('cake_dev', 'PCRE has not been compiled with Unicode support.');
echo '<br/>';
__d('cake_dev', 'Recompile PCRE with Unicode support by adding <code>--enable-unicode-properties</code> when configuring');
echo __d('cake_dev', 'PCRE has not been compiled with Unicode support.');
echo '<br/>';
echo __d('cake_dev', 'Recompile PCRE with Unicode support by adding <code>--enable-unicode-properties</code> when configuring');
echo '</span></p>';
}
?>
Expand Down

0 comments on commit e1dba67

Please sign in to comment.