diff options
Diffstat (limited to 'templates/activities/_mini_post.html')
-rw-r--r-- | templates/activities/_mini_post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/_mini_post.html b/templates/activities/_mini_post.html index 9f83333..335a8a4 100644 --- a/templates/activities/_mini_post.html +++ b/templates/activities/_mini_post.html @@ -7,7 +7,7 @@ </a> <a href="{{ post.author.urls.view }}" class="handle"> - {{ post.author.name_or_handle }} + {{ post.author.html_name_or_handle }} </a> <div class="content"> |