From: Don Armstrong Date: Fri, 20 Sep 2013 16:56:20 +0000 (-0700) Subject: add missing
  • to bugs X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=52fc7a64ae948c7064b3d7c7d2989935ed215842;p=debbugs.git add missing
  • to bugs --- diff --git a/Debbugs/CGI/Pkgreport.pm b/Debbugs/CGI/Pkgreport.pm index 294b738..f333d9a 100644 --- a/Debbugs/CGI/Pkgreport.pm +++ b/Debbugs/CGI/Pkgreport.pm @@ -465,7 +465,7 @@ sub pkg_htmlizebugs { } $result .= "
    \n
      \n"; $result .= "\n\n\n\n"; - $result .= join("",@{$section{$order}||[]}); + $result .= join("",map {"
    • ".$_} @{$section{$order}||[]}); $result .= "\n\n\n\n"; $result .= "
    \n
    \n"; }