From: Darold Gilles Date: Mon, 25 Jun 2012 15:44:24 +0000 (+0200) Subject: Fix non terminated TH html tag in checkpoint hourly table - Joseph Marlin X-Git-Tag: v3.2~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c0ddc39127ccb8f6445aa721850bb06c6dcc72b;p=pgbadger Fix non terminated TH html tag in checkpoint hourly table - Joseph Marlin --- diff --git a/pgbadger b/pgbadger index 8becb37..8d5c513 100755 --- a/pgbadger +++ b/pgbadger @@ -1609,7 +1609,7 @@ sub dump_as_html $d4 = ''; if ($tempfile_info{count} || exists $checkpoint_info{chronos}) { - print $fh qq{Time}; + print $fh qq{
Day
}; } if ($tempfile_info{count}) { print $fh qq{};
DayTimeTemporary files