Skip to content
Snippets Groups Projects
Commit c01f7795 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #689

parent c8a406fb
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<h1> <h1>
<a href="<?= URLHelper::getLink('dispatch.php/profile?username=' . $entry->user->username) ?>"> <a href="<?= URLHelper::getLink('dispatch.php/profile?username=' . $entry->user->username) ?>">
<?= Avatar::getAvatar($entry->user_id)->getImageTag(Avatar::SMALL) ?> <?= Avatar::getAvatar($entry->user_id)->getImageTag(Avatar::SMALL) ?>
<?= $entry->user->getFullName(); ?> <?= htmlReady($entry->user->getFullName()) ?>
</a> </a>
</h1> </h1>
<nav> <nav>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment