diff options
author | Michael Manfre | 2022-12-15 02:50:54 -0500 |
---|---|---|
committer | GitHub | 2022-12-15 00:50:54 -0700 |
commit | af3142ac3adb0d1f31d160edcb6d076b293020b1 (patch) | |
tree | 73cfd5d447f6444602c2ff401399d567c673949b /templates/identity/select.html | |
parent | 69f1b3168ac3f29fc4bafba0418769248b10062a (diff) | |
download | takahe-af3142ac3adb0d1f31d160edcb6d076b293020b1.tar.gz takahe-af3142ac3adb0d1f31d160edcb6d076b293020b1.tar.bz2 takahe-af3142ac3adb0d1f31d160edcb6d076b293020b1.zip |
Basic Emoji suppport (#157)
Diffstat (limited to 'templates/identity/select.html')
-rw-r--r-- | templates/identity/select.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/identity/select.html b/templates/identity/select.html index b3fc41d..5f73464 100644 --- a/templates/identity/select.html +++ b/templates/identity/select.html @@ -8,7 +8,7 @@ <a class="option" href="{{ identity.urls.activate }}"> <img src="{{ identity.local_icon_url.relative }}"> <span class="handle"> - {{ identity.name_or_handle }} + {{ identity.html_name_or_handle }} <small>@{{ identity.handle }}</small> </span> </a> |