diff options
-rwxr-xr-x | httemplate/search/477partIIB.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/search/477partIIB.html b/httemplate/search/477partIIB.html index c58310d36..714f15aca 100755 --- a/httemplate/search/477partIIB.html +++ b/httemplate/search/477partIIB.html @@ -3,9 +3,10 @@ % for ( my $row = 0; $row < scalar(@rows); $row++ ) { % for my $col (0..2) { % if ( exists($data[$col][$row]) ) { -<PartII_<% $row %><% $cols[$col] %>> -% } +<PartII_<% $row %><% $cols[$col] %>>\ +<% $data[$col][$row] %>\ </PartII_<% $row %><% $cols[$col] %>> +% } % } #for $col % } #for $row % } else { # HTML mode |