From 476af6ff95204205fe59a14e020e9c2d8a8e7800 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 3 Jul 2015 15:36:08 +0800 Subject: Bug 1178231: When the tracking section is collapsed, keywords are displayed like they are in the whiteboard --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 9563a929c..7a61057f8 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -627,7 +627,7 @@ END; IF bug.keyword_objects.size; IF bug.keyword_objects.size <= 3; - sub.push("[" _ bug.keyword_objects.pluck("name").join("][") _ "]"); + sub.push("{" _ bug.keyword_objects.pluck("name").join(", ") _ "}"); ELSE; sub.push(bug.keyword_objects.size _ " keywords"); END; -- cgit v1.2.3-24-g4f1b