Commit 0b48797e authored by terry%mozilla.org's avatar terry%mozilla.org

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.
parent 9dd61f71
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment