diff --git a/Netdisco/Changes b/Netdisco/Changes index 3176c05b..f8a4caaa 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -14,6 +14,7 @@ * Strip realm from username (B. Marshall) * Mention netdisco-users mail list in docs (C. Goldsmith) * Avoid pathological delete mac for millions of nodes (S. Xu) + * Documentation fixes (S. Elipot) [BUG FIXES] diff --git a/Netdisco/lib/App/Netdisco/Util/Graph.pm b/Netdisco/lib/App/Netdisco/Util/Graph.pm index ba5c2747..f8e8124a 100644 --- a/Netdisco/lib/App/Netdisco/Util/Graph.pm +++ b/Netdisco/lib/App/Netdisco/Util/Graph.pm @@ -69,7 +69,7 @@ sub graph { my $G = make_graph(); unless (defined $G){ - print "graph() - make_graph() failed. Try running with debug (-D)."; + print "graph() - make_graph() failed. Try running with debug (-D).\n"; return; } diff --git a/Netdisco/share/views/ajax/statistics.tt b/Netdisco/share/views/ajax/statistics.tt index 78bdfe89..41222320 100644 --- a/Netdisco/share/views/ajax/statistics.tt +++ b/Netdisco/share/views/ajax/statistics.tt @@ -19,7 +19,7 @@