Commit 7b8a5d16 authored by Matt Selsky's avatar Matt Selsky Committed by Gervase Markham

Bug 1106049 - Fix missing comma in the list of possible action on the page…

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
parent f17b83c0
......@@ -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>,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment