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 @@
<h1>
<a href="<?= URLHelper::getLink('dispatch.php/profile?username=' . $entry->user->username) ?>">
<?= Avatar::getAvatar($entry->user_id)->getImageTag(Avatar::SMALL) ?>
<?= $entry->user->getFullName(); ?>
<?= htmlReady($entry->user->getFullName()) ?>
</a>
</h1>
<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