From dd18addc736fc099314a98fa1ef19385356b482d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 25 Apr 2012 10:07:53 -0700 Subject: [PATCH] add additional space after owned by: span (closes #670411) --- templates/en_US/cgi/short_bug_status.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- 2.39.2