Skip to content

Commit

Permalink
missing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Aug 12, 2013
1 parent ec8a3d5 commit 7c856e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/CakeNumber.php
Expand Up @@ -59,7 +59,7 @@ class CakeNumber {
),
'GBP' => array(
'wholeSymbol' => '£', 'wholePosition' => 'before', 'fractionSymbol' => 'p', 'fractionPosition' => 'after',
'zero' => 0, 'places' => 2, 'thousands' => ',', 'decimals' => '.', 'negative' => '()','escape' => true,
'zero' => 0, 'places' => 2, 'thousands' => ',', 'decimals' => '.', 'negative' => '()', 'escape' => true,
'fractionExponent' => 2
),
'JPY' => array(
Expand Down

0 comments on commit 7c856e6

Please sign in to comment.