correct output on invitations
darcs-hash:20080827003529-84dde-614dc517061e76d180823c0aaf3fc9f434f6480c.gz
This commit is contained in:
parent
e248066b74
commit
11be8376dd
@ -97,7 +97,7 @@ class InviteAction extends Action {
|
|||||||
common_element('p', NULL, _('Invitation(s) sent to the following people:'));
|
common_element('p', NULL, _('Invitation(s) sent to the following people:'));
|
||||||
common_element_start('ul');
|
common_element_start('ul');
|
||||||
foreach ($sent as $other) {
|
foreach ($sent as $other) {
|
||||||
common_element('li', NULL, $sent);
|
common_element('li', NULL, $other);
|
||||||
}
|
}
|
||||||
common_element_end('ul');
|
common_element_end('ul');
|
||||||
common_element('p', NULL, _('You will be notified when your invitees accept the invitation and register on the site. Thanks for growing the community!'));
|
common_element('p', NULL, _('You will be notified when your invitees accept the invitation and register on the site. Thanks for growing the community!'));
|
||||||
|
Loading…
Reference in New Issue
Block a user