X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2Fen_US%2Fcgi%2Fshort_bug_status.tmpl;h=821a4594d9cd4d217bc86105fbf34c9f433a98ea;hb=c1e75d95c13f6eee442bbe0e383aa3944a2cbe3b;hp=685d93f8d4e4068a1edc5fe2482c1fb9b60f0e6f;hpb=ece213fb252bd813a0643689242dca211638b7d5;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};