]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add a space after the comma when listing a bug with multiple keywords,
authorterry%mozilla.org <>
Mon, 17 Jan 2000 19:54:58 +0000 (19:54 +0000)
committerterry%mozilla.org <>
Mon, 17 Jan 2000 19:54:58 +0000 (19:54 +0000)
to be consistant with the way it gets listed in bug lists.

bug_form.pl

index a58846ebb2c42154fdeebc768bdb96ca024596d4..8af49c635b9d2e5b0d4090a305b4727b3824e5cd 100644 (file)
@@ -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>