]> granicus.if.org Git - pgbadger/commitdiff
Fix non terminated TH html tag in checkpoint hourly table - Joseph Marlin
authorDarold Gilles <gilles@darold.net>
Mon, 25 Jun 2012 15:44:24 +0000 (17:44 +0200)
committerDarold Gilles <gilles@darold.net>
Mon, 25 Jun 2012 15:44:24 +0000 (17:44 +0200)
pgbadger

index 8becb370eb4c071a6354efcc56045677291a951e..8d5c513f90257c1d0785e5696931dd51540c0cab 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -1609,7 +1609,7 @@ sub dump_as_html
                        $d4 = '';
 
                        if ($tempfile_info{count} || exists $checkpoint_info{chronos}) {
-                               print $fh qq{<table class="HourStatsTable" <tr><th rowspan="2">Day</th <th rowspan="2">Time</th>};
+                               print $fh qq{<table class="HourStatsTable" <tr><th rowspan="2">Day</th><th rowspan="2">Time</th>};
                        }
                        if ($tempfile_info{count}) {
                                print $fh qq{<th colspan="2">Temporary files</th>};