Skip to content

Commit 476af6f

Browse files
committed
Bug 1178231: When the tracking section is collapsed, keywords are displayed like they are in the whiteboard
1 parent 09b4735 commit 476af6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
END;
628628
IF bug.keyword_objects.size;
629629
IF bug.keyword_objects.size <= 3;
630-
sub.push("[" _ bug.keyword_objects.pluck("name").join("][") _ "]");
630+
sub.push("{" _ bug.keyword_objects.pluck("name").join(", ") _ "}");
631631
ELSE;
632632
sub.push(bug.keyword_objects.size _ " keywords");
633633
END;

0 commit comments

Comments
 (0)