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:
lpsolit%gmail.com 2007-05-29 15:14:33 +00:00
Родитель c6e036313f
Коммит 34479fe300
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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