From e8551401528989667d87b4f7df9c3f97f5535cf7 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 13 Jul 2015 12:50:44 +0800 Subject: Bug 1182498: Assignee not displayed correctly on some bugs --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/BugModal/template/en/default/bug_modal') 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 0fd446988..9cfbd6727 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -453,7 +453,7 @@ [% unassigned = (bug.assigned_to.login == "nobody@mozilla.org") - || (bug.assigned_to.login.search("\.bugs$")); + || (bug.assigned_to.login.search('\.bugs$')); sub = "Reporter: " _ bug.reporter.moz_nick _ (unassigned ? ", Unassigned" : ", Assigned: " _ bug.assigned_to.moz_nick) -- cgit v1.2.3-24-g4f1b