Fixed anchor underline artefact
This commit is contained in:
parent
c4d4c6c86e
commit
f906d1dc00
@ -127,13 +127,11 @@ if (array_key_exists('poll_created', $_GET) && $_GET['poll_created'] == 1) { ?>
|
|||||||
<div class="option-responses" style="grid-row: <?= $row++ ?>;grid-column: 2;">
|
<div class="option-responses" style="grid-row: <?= $row++ ?>;grid-column: 2;">
|
||||||
<?php foreach ($option->respondent_ids as $res_id) {
|
<?php foreach ($option->respondent_ids as $res_id) {
|
||||||
$u = $api->getUser($res_id, $user_args); ?>
|
$u = $api->getUser($res_id, $user_args); ?>
|
||||||
<a href="https://pnut.io/@<?= $u->username ?>">
|
<a href="https://pnut.io/@<?= $u->username ?>"><img
|
||||||
<img
|
|
||||||
src="<?= $u->getAvatarUrl(20) ?>"
|
src="<?= $u->getAvatarUrl(20) ?>"
|
||||||
srcset="<?= get_source_set($u, 20) ?>"
|
srcset="<?= get_source_set($u, 20) ?>"
|
||||||
class="avatar"
|
class="avatar"
|
||||||
title="@<?= $u->username ?>">
|
title="@<?= $u->username ?>"></a>
|
||||||
</a>
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user