|
|
@@ -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(
|