зеркало из https://github.com/mozilla/pjs.git
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
This commit is contained in:
Родитель
c6e036313f
Коммит
34479fe300
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче