From 7b8a5d16b6c84b0f2b8b8074e9f63888ca6df249 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Thu, 11 Dec 2014 17:41:35 +0000 Subject: 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 --- template/en/default/admin/users/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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 back to the user list, -- cgit v1.2.3-24-g4f1b