shhh wrote in changelog

[livejournal] r23152: LJSUP-13842: Show space in numbers

Committer: nnikulochkina
LJSUP-13842: Show space in numbers
U   trunk/cgi-bin/LJ/Entry/Repost.pm
Modified: trunk/cgi-bin/LJ/Entry/Repost.pm
===================================================================
--- trunk/cgi-bin/LJ/Entry/Repost.pm	2012-10-16 13:49:38 UTC (rev 23151)
+++ trunk/cgi-bin/LJ/Entry/Repost.pm	2012-10-16 13:56:25 UTC (rev 23152)
@@ -343,7 +343,7 @@
     my $result = { 'count'    =>  __get_count($entry_obj->journal, $entry_obj->jitemid), 
                    'reposted' => $reposted,
                    'paid'     => $paid,
-                   'cost'     => $cost,
+                   'cost'     => LJ::delimited_number( $cost ),
                  };
 
     if ($is_owner && $paid) {