mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 10:57:01 +00:00
fixed wrong link on followin page
This commit is contained in:
parent
1c0b2230c1
commit
1cd49bc230
2 changed files with 2 additions and 1 deletions
|
|
@ -283,6 +283,7 @@ article .twt-msg > blockquote {
|
||||||
|
|
||||||
article .twt-msg img {
|
article .twt-msg img {
|
||||||
margin: 0.25rem -0.25rem;
|
margin: 0.25rem -0.25rem;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
article .twt-msg > img:first-child {
|
article .twt-msg > img:first-child {
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ include 'partials/header.php';
|
||||||
<?php foreach ($twtFollowingList as $currentFollower) { ?>
|
<?php foreach ($twtFollowingList as $currentFollower) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<!-- <td></td> -->
|
<!-- <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><a href="/?twt=<?= $currentFollower[1] ?>"><?= $currentFollower[0] ?></a></td> -->
|
||||||
<td><?= $currentFollower[1] ?>
|
<td><?= $currentFollower[1] ?>
|
||||||
<!-- <?php //if ($validSession) { ?> -->
|
<!-- <?php //if ($validSession) { ?> -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue