Skip to content

Commit

Permalink
Fixed missing closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 20, 2022
1 parent 68283c1 commit 34ec623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions View/GrouperGroups/groupmember.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ $collapsed = $config['defaultCollapse'] === 'collapsed' ? true : false;
'idx' => $key
)) : ''; ?>
<button class="btn btn-grouper btn-block btn-primary btn-sm m-1 text-nowrap members-btn" data-id="<?php echo urlencode($group['name']); ?>"><?php echo _txt('pl.grouperlite.action.members'); ?> <em class="material-icons mt-0" aria-hidden="true">group</em>
</button>
<?php if ($isuserowner === 'T') : ?>
<?php
$baseUrl = $grouperbaseurl;
Expand Down

0 comments on commit 34ec623

Please sign in to comment.