diff --git a/modules/Bio/EnsEMBL/VEP/Stats.pm b/modules/Bio/EnsEMBL/VEP/Stats.pm index 6d1816700..fa38f001a 100644 --- a/modules/Bio/EnsEMBL/VEP/Stats.pm +++ b/modules/Bio/EnsEMBL/VEP/Stats.pm @@ -843,7 +843,7 @@ sub dump_html { print $fh '

General statistics

'. ''. - join('', map {''.join('', map {''} @$_).''} @{$finished_stats->{general_stats}}). + join('', map {''.join('', map {''} @$_).''} @{$finished_stats->{general_stats}}). '
'.$_.'
'.($_ || 0).'
'; foreach my $chart(@{$finished_stats->{charts}}) {