diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index 5eea881bb..d09d8db8a 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -422,6 +422,7 @@ GROUP BY t1.bug_id", {Slice=>{}}, keys %$seen) || {}; if ($row->{short_desc}) { + my $sd = html_quote($row->{short_desc}); push @params, <<"EOF"; label=< @@ -432,7 +433,7 @@ label=<
-$row->{short_desc} +$sd