From 2993c6a385fb179ba09377b159384e48486c3f7f Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 23 Jan 2015 12:09:57 +0100 Subject: Bug 616197: Wrap long bug summaries in dependency graphs, to avoid horizontal scrolling r=gerv a=glob --- showdependencygraph.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'showdependencygraph.cgi') 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"}); } -- cgit v1.2.3-24-g4f1b