repo: resdb action: commit revision: path_from: revision_from: b01837b1d7915591c9f7bca30b3891870e7c6b23: path_to: revision_to:
commit b01837b1d7915591c9f7bca30b3891870e7c6b23 Author: NickDate: Sat Jun 12 00:05:16 2010 +0000 forgot semicolons in dot code (bug reported and tracked down by UFO) diff --git a/doc/ucis.ano/bgp_graph/path_list_to_dot.php b/doc/ucis.ano/bgp_graph/path_list_to_dot.php
--- 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) {
-----END OF PAGE-----