Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsga authored Jun 26, 2024
1 parent 671bbcf commit bfd51e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function formatDateString($stringDate)
<a href="<?= getenv("HEDGEDOC_URL") ?>/<?= $row['shortid'] ?>"><?= $row['title'] ?></a>
</td>
<td>
<?= json_decode($row['profile'])->username ?>
<?= json_decode($row['profile'])->displayName ?>
</td>
<td>
<?= formatDateString($row['updatedAt']) ?>
Expand Down

0 comments on commit bfd51e9

Please sign in to comment.