From: Matt Selsky Date: Thu, 11 Dec 2014 17:41:35 +0000 (+0000) Subject: Bug 1106049 - Fix missing comma in the list of possible action on the page displayed... X-Git-Tag: release-5.1.1~424 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8a5d16b6c84b0f2b8b8074e9f63888ca6df249;p=thirdparty%2Fbugzilla.git Bug 1106049 - Fix missing comma in the list of possible action on the page displayed after the addition of a new user. r=gerv, a=simon --- diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index b67e9ae76d..e6bc0f05d3 100644 --- a/template/en/default/admin/users/edit.html.tmpl +++ b/template/en/default/admin/users/edit.html.tmpl @@ -159,7 +159,7 @@ [% IF listselectionvalues %], [% END %] [% END %] - [% IF listselectionvalues.matchtype != 'exact' %] + [% IF listselectionvalues && listselectionvalues.matchtype != 'exact' %] go back to the user list,