зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
7697daf15c
Коммит
3768ce0b79
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче