summaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-05-29 22:14:33 +0200
committerlpsolit%gmail.com <>2007-05-29 22:14:33 +0200
commit94fc541fdd0cc0061484f0a5a6d9bdec060cd9ad (patch)
tree526a8451641f17746dd9c93bdb3377c315ca8841 /showdependencygraph.cgi
parent071be418564827e42085e18c39520420f3b9d7ef (diff)
downloadbugzilla-94fc541fdd0cc0061484f0a5a6d9bdec060cd9ad.tar.gz
bugzilla-94fc541fdd0cc0061484f0a5a6d9bdec060cd9ad.tar.xz
Better fix for bug 381837: Clicking a bug in the dependency graph will open the search page instead of the bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
Diffstat (limited to 'showdependencygraph.cgi')
-rwxr-xr-xshowdependencygraph.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi
index b12e65c85..9851a218c 100755
--- a/showdependencygraph.cgi
+++ b/showdependencygraph.cgi
@@ -65,7 +65,7 @@ sub CreateImagemap {
$default = qq{<area alt="" shape="default" href="$1">\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