missing whitespace

This commit is contained in:
euromark 2013-08-12 16:00:24 +02:00
parent ec8a3d531e
commit 7c856e6ab7

View file

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