fix the bit where i missed half the thing
continuous-integration/drone/pr Build encountered an error Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
el 2023-05-14 19:25:18 +00:00
parent c5ded22ffc
commit a6d3705f42
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ include __DIR__."/../header.php";
<?php foreach($members as $member) {
$chans = explode(", ", $member->channel); ?>
<div class="btn-group">
<a class="btn btn-default" href="<?=$member->htmlspecialchars(link)?>"><?=htmlspecialchars($member->name)?></a>
<a class="btn btn-default" href="<?=htmlspecialchars($member->link)?>"><?=htmlspecialchars($member->name)?></a>
<?php foreach ($chans as $chan) { ?>
<a class="btn btn-primary" href="https://tilde.chat/kiwi/<?=htmlspecialchars($chan)?>"><?=htmlspecialchars($chan)?></a>
<?php } ?>