]> git.donarmstrong.com Git - debbugs.git/commitdiff
bug links were missing target
authorDon Armstrong <don@donarmstrong.com>
Fri, 9 Mar 2018 18:17:12 +0000 (10:17 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 9 Mar 2018 18:17:12 +0000 (10:17 -0800)
Debbugs/CGI.pm

index b5c24ddbc648e7db0d133d1b1ecd83c4b7543eeb..94669d4823865504530dbef0d1ccdbe95675064e 100644 (file)
@@ -502,7 +502,8 @@ sub bug_links {
                            $_);
                       } make_list($param{bug}) if exists $param{bug};
      } else {
-        push @links, map {'bugreport.cgi?bug='.uri_escape_utf8($_)}
+        push @links, map {('bugreport.cgi?bug='.uri_escape_utf8($_),
+                           $_)}
             make_list($param{bug}) if exists $param{bug};
      }
      my @return;