diff options
Diffstat (limited to 'httemplate/search/477partIIA.html')
| -rwxr-xr-x | httemplate/search/477partIIA.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/search/477partIIA.html b/httemplate/search/477partIIA.html index 467b19c5f..7ccee6928 100755 --- a/httemplate/search/477partIIA.html +++ b/httemplate/search/477partIIA.html @@ -2,11 +2,9 @@ % my @cols = qw(a b c d); % for ( my $row = 0; $row < scalar(@rows); $row++ ) { % for my $col (0..3) { -% if ( exists($data[$col][$row]) and $data[$col][$row] > 0 ) { <PartII_<% $row + 1 %><% $cols[$col] %>>\ -<% $data[$col][$row] %>\ +<% $data[$col][$row] || 0 %>\ </PartII_<% $row + 1 %><% $cols[$col] %>> -% } % } #for $col % } #for $row % } else { # HTML mode |
