padlist: fix url

This commit is contained in:
Rouven Seifert 2023-08-24 08:59:17 +02:00
parent 0eeb60a281
commit df7e657782
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -58,7 +58,7 @@ function formatDateString($stringDate)
?> ?>
<tr> <tr>
<td> <td>
<a href="https://pad.staging.ifsr.de/<?= $row['shortid'] ?>"><?= $row['title'] ?></a> <a href="https://pad.ifsr.de/<?= $row['shortid'] ?>"><?= $row['title'] ?></a>
</td> </td>
<td> <td>
<?= json_decode($row['profile'])->username ?> <?= json_decode($row['profile'])->username ?>