From 94fc541fdd0cc0061484f0a5a6d9bdec060cd9ad Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 29 May 2007 20:14:33 +0000 Subject: [PATCH] =?utf8?q?Better=20fix=20for=20bug=20381837:=20Clicking=20?= =?utf8?q?a=20bug=20in=20the=20dependency=20graph=20will=20open=20the=20se?= =?utf8?q?arch=20page=20instead=20of=20the=20bug=20-=20Patch=20by=20Fr?= =?utf8?q?=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r?= =?utf8?q?=3Djustdave=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- showdependencygraph.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index b12e65c853..9851a218ce 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -65,7 +65,7 @@ sub CreateImagemap { $default = qq{\n}; } - if ($line =~ /^rectangle \((.*),(.*)\) \((.*),(.*)\) (http[^ ]*) (\d+)$/) { + if ($line =~ /^rectangle \((.*),(.*)\) \((.*),(.*)\) (http[^ ]*) (\d+)(\\n.*)?$/) { my ($leftx, $rightx, $topy, $bottomy, $url, $bugid) = ($1, $3, $2, $4, $5, $6); # Pick up bugid from the mapdata label field. Getting the title from -- 2.47.3