Commit 94fc541f authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Better fix for bug 381837: Clicking a bug in the dependency graph will open the…

Better fix for bug 381837: Clicking a bug in the dependency graph will open the search page instead of the bug - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
parent 071be418
...@@ -65,7 +65,7 @@ sub CreateImagemap { ...@@ -65,7 +65,7 @@ sub CreateImagemap {
$default = qq{<area alt="" shape="default" href="$1">\n}; $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); 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 # Pick up bugid from the mapdata label field. Getting the title from
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment