diff options
author | Matt Selsky <selsky@columbia.edu> | 2014-12-11 18:41:35 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-12-11 18:41:35 +0100 |
commit | 7b8a5d16b6c84b0f2b8b8074e9f63888ca6df249 (patch) | |
tree | 38dbff0b8857daf55668582819d1d7edff3d2d6c /template | |
parent | f17b83c040cd9433d66bc579088ac5ae184c2268 (diff) | |
download | bugzilla-7b8a5d16b6c84b0f2b8b8074e9f63888ca6df249.tar.gz bugzilla-7b8a5d16b6c84b0f2b8b8074e9f63888ca6df249.tar.xz |
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
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/users/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index b67e9ae76..e6bc0f05d 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 <a href="editusers.cgi?action=list[% INCLUDE listselectionurlparams %]">back to the user list</a>, |