From ace8b7e1933e7da5e615a837cd47aeea1a4a23a2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Sep 2009 02:01:31 +0100 Subject: [PATCH] Right-justify numerical columns in Prices for commodity --- yarrg/web/query_commod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarrg/web/query_commod b/yarrg/web/query_commod index 5db6330..574f373 100644 --- a/yarrg/web/query_commod +++ b/yarrg/web/query_commod @@ -170,11 +170,11 @@ foreach my $bs (split /_/, $ARGS{BuySell}) { <% $s->[0]= $island->{'archipelago'} |h %> <% $s->[1]= $island->{'islandname'} |h %> <% $stallname |h %> - <% $s->[3]= (length $bestqty ? $bestprice : '-') %> - <% $s->[4]= $median %> - <% $s->[5]= $bestqty %> - <% $s->[6]= $approxqty %> - <% $s->[7]= $cqty %> + <% $s->[3]= (length $bestqty ? $bestprice : '-') %> + <% $s->[4]= $median %> + <% $s->[5]= $bestqty %> + <% $s->[6]= $approxqty %> + <% $s->[7]= $cqty %> % for my $cix (0..$#$s) { % $ts_sortkeys{$cix}{$rowid}= $s->[$cix]; -- 2.30.2