fixed a missing HTML tag in 'port' graph

This commit is contained in:
Jordi Sanfeliu 2014-01-28 10:50:05 +01:00
parent 33042bb875
commit b79206b41d
1 changed files with 2 additions and 0 deletions

View File

@ -426,6 +426,8 @@ sub port_cgi {
if($title) { if($title) {
if($n == 0) { if($n == 0) {
main::graph_header($title, $port->{graphs_per_row}); main::graph_header($title, $port->{graphs_per_row});
}
if($n2 == 1) {
print(" <tr>\n"); print(" <tr>\n");
} }
} }