summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bug_form.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug_form.pl b/bug_form.pl
index a58846ebb..8af49c635 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{
<TR>
<TD ALIGN=right><B><A HREF="describekeywords.cgi">Keywords</A>:</B>