From: Pierre GIRAUD Date: Wed, 17 Apr 2019 06:42:27 +0000 (+0200) Subject: Fix invalid DOM, in
X-Git-Tag: v11.0~33^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6792c8acaff63d1d79da03f3810095f2057c211d;p=pgbadger Fix invalid DOM, in
--- diff --git a/pgbadger b/pgbadger index 787575a..145e02e 100755 --- a/pgbadger +++ b/pgbadger @@ -7131,7 +7131,7 @@ sub print_histogram_session_times $drawn_graphs{histogram_session_times_graph} = &jqplot_duration_histograph($graphid++, 'graph_histogram_session_times', 'Sessions', \@histogram_session_time, %data); } else { $histogram_info = qq{$NODATA}; - $drawn_graphs{histogram_session_times_graph} = qq{$NODATA}; + $drawn_graphs{histogram_session_times_graph} = qq{$NODATA}; } @@ -7207,7 +7207,7 @@ sub print_histogram_pgb_session_times $drawn_graphs{pgb_histogram_session_times_graph} = &jqplot_duration_histograph($graphid++, 'graph_pgb_histogram_session_times', 'Sessions', \@histogram_session_time, %data); } else { $histogram_info = qq{$NODATA}; - $drawn_graphs{pgb_histogram_session_times_graph} = qq{$NODATA}; + $drawn_graphs{pgb_histogram_session_times_graph} = qq{$NODATA}; } $most_range_value = &comma_numbers($most_range_value) if ($most_range_value);