padlist: fix url
This commit is contained in:
parent
0eeb60a281
commit
df7e657782
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function formatDateString($stringDate)
|
|||
?>
|
||||
<tr>
|
||||
<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>
|
||||
<?= json_decode($row['profile'])->username ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue