]> granicus.if.org Git - pgbadger/commitdiff
Remove the <del> tag for non existant daily reports.
authorDarold Gilles <gilles@darold.net>
Mon, 6 Jan 2014 08:55:22 +0000 (09:55 +0100)
committerDarold Gilles <gilles@darold.net>
Mon, 6 Jan 2014 08:55:22 +0000 (09:55 +0100)
pgbadger

index aee6a64902d13737193c1efb9b080c08226f615d..340d27d7900418707c214726da5c8853dfb55abd 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -1095,7 +1095,7 @@ if (!$incremental) {
                                if (-e "$outdir/$bpath/index.html") {
                                        $data_content .= "<a href='$bpath/index.html' target='new'>$day_names[$i] $month_names[$i] $y</a><br>";
                                } else {
-                                       $data_content .= "<del>$day_names[$i] $month_names[$i] $y</del><br>";
+                                       $data_content .= "$day_names[$i] $month_names[$i] $y<br>";
                                }
                        }
                        print $fh qq{