diff options
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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) |