frontend: fix small errors (iedon/Birdlg-Go 0b904fd)

This commit is contained in:
Lan Tian
2020-06-01 22:20:31 +08:00
parent 3fe3def49f
commit 0b5e28851c
2 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ func birdRouteToGraphviz(servers []string, responses []string, target string) st
if !routeFound {
// Cannot find a path starting from this server
addEdge(server, "Target: "+target, "[color=gray,label=\"?\"?]")
addEdge(server, "Target: "+target, "[color=gray,label=\"?\"]")
}
}