]> granicus.if.org Git - pgbadger/commitdiff
Fix incremental global index on resize. Thanks to clomdd for the report.
authorGilles Darold <gilles.darold@dalibo.com>
Mon, 23 Jan 2017 16:06:45 +0000 (17:06 +0100)
committerGilles Darold <gilles.darold@dalibo.com>
Mon, 23 Jan 2017 16:06:45 +0000 (17:06 +0100)
pgbadger

index 034dfa4fc654ffd7d2e23fd5159a254698b1afb0..79d2744a0b4240328f64cd003dc1478f1942d244 100644 (file)
--- a/pgbadger
+++ b/pgbadger
@@ -2174,7 +2174,7 @@ sub build_incremental_reports
                closedir DIR;
                my $i = 1;
                foreach my $m (sort {$a <=> $b } @ymonths) {
-                       print $fh "<td><span class=\"col-md-3\">", &get_calendar($y, $m), "</span></td>\n";
+                       print $fh "<td><span>", &get_calendar($y, $m), "</span></td>\n";
                        print $fh "</tr>\n<tr>\n" if ( ($i%4) == 0 );
                        $i++;
                }