From b79206b41dd72275af368d8ee581aef647224dae Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Tue, 28 Jan 2014 10:50:05 +0100 Subject: [PATCH] fixed a missing HTML tag in 'port' graph --- lib/port.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/port.pm b/lib/port.pm index a9978ec..7de9d13 100644 --- a/lib/port.pm +++ b/lib/port.pm @@ -426,6 +426,8 @@ sub port_cgi { if($title) { if($n == 0) { main::graph_header($title, $port->{graphs_per_row}); + } + if($n2 == 1) { print(" \n"); } }