From b01837b1d7915591c9f7bca30b3891870e7c6b23 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 12 Jun 2010 00:05:16 +0000 Subject: forgot semicolons in dot code (bug reported and tracked down by UFO) --- doc/ucis.ano/bgp_graph/path_list_to_dot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ucis.ano/bgp_graph') diff --git a/doc/ucis.ano/bgp_graph/path_list_to_dot.php b/doc/ucis.ano/bgp_graph/path_list_to_dot.php index 5fb9cfb..b23babd 100755 --- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php +++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php @@ -35,7 +35,7 @@ foreach ($nodes as $node => $links) { print("graph BGP_nodes {\n"); foreach ($nodelist as $node => $name) - print "\t".$node.' [label="'.$name.'"]'."\n"; + print "\t".$node.' [label="'.$name.'"];'."\n"; foreach ($nodes as $node => $links) { foreach ($links as $link => $dummy) { -- cgit v1.2.3