diff options
Diffstat (limited to 'templates/activities/_identity.html')
-rw-r--r-- | templates/activities/_identity.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/_identity.html b/templates/activities/_identity.html index feb3178..791f05f 100644 --- a/templates/activities/_identity.html +++ b/templates/activities/_identity.html @@ -12,6 +12,6 @@ {% endif %} <a href="{{ identity.urls.view }}" class="handle"> - {{ identity.name_or_handle }} <small>@{{ identity.handle }}</small> + {{ identity.html_name_or_handle }} <small>@{{ identity.handle }}</small> </a> </div> |