diff options
Diffstat (limited to 'httemplate/search/477partIA_detail.html')
-rwxr-xr-x | httemplate/search/477partIA_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/477partIA_detail.html b/httemplate/search/477partIA_detail.html index e4a59de5f..6fea39109 100755 --- a/httemplate/search/477partIA_detail.html +++ b/httemplate/search/477partIA_detail.html @@ -94,7 +94,7 @@ my $value = sub { my $return = $count; if ($cgi->param('_type') eq 'xml') { - $rowchar++ if $column == 1; + $rowchar++ if $column == 0; $xml_element = $xml_prefix. chr($rowchar). ($column+1); $return = '' if $count == 0 and $cgi->param('_type') eq 'xml'; } else { |