mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
missing whitespace
This commit is contained in:
parent
ec8a3d531e
commit
7c856e6ab7
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue