From 3768ce0b79e5c41dfca944478846bdcb087ad1d7 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Mon, 17 Jan 2000 11:54:58 +0000 Subject: [PATCH] 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. --- webtools/bugzilla/bug_form.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/bug_form.pl b/webtools/bugzilla/bug_form.pl index a58846ebb2c..8af49c635b9 100644 --- a/webtools/bugzilla/bug_form.pl +++ b/webtools/bugzilla/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: