From: Darold Gilles Date: Mon, 6 Jan 2014 08:55:22 +0000 (+0100) Subject: Remove the tag for non existant daily reports. X-Git-Tag: v5.0~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9267476e87b73ee01eca16b9b52cf9cf89b08a8;p=pgbadger Remove the tag for non existant daily reports. --- diff --git a/pgbadger b/pgbadger index aee6a64..340d27d 100755 --- a/pgbadger +++ b/pgbadger @@ -1095,7 +1095,7 @@ if (!$incremental) { if (-e "$outdir/$bpath/index.html") { $data_content .= "$day_names[$i] $month_names[$i] $y
"; } else { - $data_content .= "$day_names[$i] $month_names[$i] $y
"; + $data_content .= "$day_names[$i] $month_names[$i] $y
"; } } print $fh qq{