diff options
-rwxr-xr-x | showdependencygraph.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index d93c1c875..129964e99 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -194,6 +194,7 @@ foreach my $k (@bug_ids) { if (Bugzilla->params->{'utf8'}) { utf8::encode($summary) if utf8::is_utf8($summary); } + $summary = wrap_comment($summary); $summary =~ s/([\\\"])/\\$1/g; push(@params, qq{label="$k\\n$summary"}); } |