[livejournal] r21812: LJSUP-11397: Display top 5000 users and ...
Committer: akanashin
LJSUP-11397: Display top 5000 users and communities in the topU trunk/htdocs/userinfo.bml
Modified: trunk/htdocs/userinfo.bml =================================================================== --- trunk/htdocs/userinfo.bml 2012-04-26 11:48:26 UTC (rev 21811) +++ trunk/htdocs/userinfo.bml 2012-04-26 11:51:02 UTC (rev 21812) @@ -694,7 +694,7 @@ if (ref $position eq 'HASH') { $soc_image = "<img src='$LJ::IMGPREFIX/profile_icons/" . ($position->{result}->{position}!=0 ? 'social-capital.png?v=17298' : 'korona.png?v=17319') . "'/>"; $soc_capital = int($position->{result}->{value}/1000); - $soc_capital = $soc_capital < 10 ? ' < 10 ' : LJ::commafy($soc_capital); + $soc_capital = $soc_capital < 10 ? ' <10 ' : LJ::commafy($soc_capital); my $country = LJ::SUP->is_sup_enabled($u) ? 'cyr' : 'noncyr'; $body .= "<li class='rating-place'>" . $diagram_image . @@ -706,7 +706,7 @@ if (ref $ua_position eq 'HASH') { $soc_image = "<img src='$LJ::IMGPREFIX/profile_icons/" . ($ua_position->{result}->{position}!=0 ? 'social-capital.png?v=17298' : 'korona.png?v=17319') . "'/>"; $soc_capital = int($position->{result}->{value}/1000); - $soc_capital = $soc_capital < 10 ? ' < 10 ' : LJ::commafy($soc_capital); + $soc_capital = $soc_capital < 10 ? ' <10 ' : LJ::commafy($soc_capital); $body .= "<li class='rating-place'>" . $diagram_image . LJ::Lang::ml($ua_href_rating, {rating_place => LJ::commafy($ua_position->{result}->{position}+1),