From aae697565c071b2880d0106b00a4a01d0ddab7bf Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 3 Sep 2013 12:47:33 -0700 Subject: 477 report: state percentages to 3 decimal places, #24834 --- httemplate/search/477partIIB.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/search/477partIIB.html') diff --git a/httemplate/search/477partIIB.html b/httemplate/search/477partIIB.html index 5b9b307..cb181f4 100755 --- a/httemplate/search/477partIIB.html +++ b/httemplate/search/477partIIB.html @@ -120,7 +120,7 @@ foreach (@col_conds) { if ( $col_data[0] == 0 ) { $col_data[$row] = ''; # show nothing in this row, then } else { - $col_data[$row] = sprintf('%.2f', 100 * $count / $col_data[0]) . '%'; + $col_data[$row] = sprintf('%.3f', 100 * $count / $col_data[0]) . '%'; } } #if $row == 0 $row++; -- cgit v1.1