fixed wrong link on followin page

This commit is contained in:
sørenpeter 2024-08-11 09:46:37 +02:00
parent 1c0b2230c1
commit 1cd49bc230
2 changed files with 2 additions and 1 deletions

View file

@ -283,6 +283,7 @@ article .twt-msg > blockquote {
article .twt-msg img {
margin: 0.25rem -0.25rem;
display: block;
}
article .twt-msg > img:first-child {

View file

@ -26,7 +26,7 @@ include 'partials/header.php';
<?php foreach ($twtFollowingList as $currentFollower) { ?>
<tr>
<!-- <td></td> -->
<td><a href="<?= $baseURL ?>/?profile=<?= $currentFollower[1] ?>"><?= $currentFollower[0] ?></a></td>
<td><a href="<?= $baseURL ?>/profile?url=<?= $currentFollower[1] ?>"><?= $currentFollower[0] ?></a></td>
<!-- <td><a href="/?twt=<?= $currentFollower[1] ?>"><?= $currentFollower[0] ?></a></td> -->
<td><?= $currentFollower[1] ?>
<!-- <?php //if ($validSession) { ?> -->