Browse Source

missing whitespace

euromark 12 years ago
parent
commit
7c856e6ab7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Utility/CakeNumber.php

+ 1 - 1
lib/Cake/Utility/CakeNumber.php

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