From: terry%mozilla.org <> Date: Mon, 17 Jan 2000 19:54:58 +0000 (+0000) Subject: Add a space after the comma when listing a bug with multiple keywords, X-Git-Tag: bugzilla-2.12~462 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b48797e624bd85c984e6fc1a6c9e4c0cb227927;p=thirdparty%2Fbugzilla.git Add a space after the comma when listing a bug with multiple keywords, to be consistant with the way it gets listed in bug lists. --- diff --git a/bug_form.pl b/bug_form.pl index a58846ebb2..8af49c635b 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -340,7 +340,7 @@ if (@::legal_keywords) { while (MoreSQLData()) { push(@list, FetchOneColumn()); } - my $value = value_quote(join(',', @list)); + my $value = value_quote(join(', ', @list)); print qq{ Keywords: