X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2Fen_US%2Fcgi%2Fshort_bug_status.tmpl;fp=templates%2Fen_US%2Fcgi%2Fshort_bug_status.tmpl;h=821a4594d9cd4d217bc86105fbf34c9f433a98ea;hb=dd18addc736fc099314a98fa1ef19385356b482d;hp=685d93f8d4e4068a1edc5fe2482c1fb9b60f0e6f;hpb=428aeea32c686fa2227dd113242d263afba12b8a;p=debbugs.git diff --git a/templates/en_US/cgi/short_bug_status.tmpl b/templates/en_US/cgi/short_bug_status.tmpl index 685d93f..821a459 100644 --- a/templates/en_US/cgi/short_bug_status.tmpl +++ b/templates/en_US/cgi/short_bug_status.tmpl @@ -48,7 +48,7 @@ Date: {$status{date_text}}; { my $output = ''; if (defined $status{owner} and length $status{owner}) { - $output = q(Owned by: ).package_links(owner=>$status{owner}).q(;); + $output = q(Owned by: ).package_links(owner=>$status{owner}).qq(;\n); } $output; }Severity: {my $output = $status{severity};