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.
This commit is contained in:
terry%mozilla.org 2000-01-17 11:54:58 +00:00
Родитель 7697daf15c
Коммит 3768ce0b79
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>