diff --git a/lib/invitebuttonsection.php b/lib/invitebuttonsection.php index 8bf450b991..4812e47880 100644 --- a/lib/invitebuttonsection.php +++ b/lib/invitebuttonsection.php @@ -55,7 +55,8 @@ class InviteButtonSection extends Section function showContent() { $this->out->element('a', - array('href' => common_local_url('invite')), + array('href' => common_local_url('invite'), + 'class' => 'invite_button'), _('Invite more colleagues')); return false; }