From 7c856e6ab7d768a3c35d5cd2a9bb44040121c9a6 Mon Sep 17 00:00:00 2001 From: euromark Date: Mon, 12 Aug 2013 16:00:24 +0200 Subject: [PATCH] missing whitespace --- lib/Cake/Utility/CakeNumber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Utility/CakeNumber.php b/lib/Cake/Utility/CakeNumber.php index 266326dae..19d24a1bb 100644 --- a/lib/Cake/Utility/CakeNumber.php +++ b/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(