aboutsummaryrefslogtreecommitdiff
path: root/templates/notification.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-11-28 12:58:18 +0000
committerr <r@freesoftwareextremist.com>2020-11-28 12:58:18 +0000
commitb35d62ecbb96b6d5f83b0453ca16e8dc45b39657 (patch)
tree94d02d2d6e0687942bab8e6d2a288a8792097796 /templates/notification.tmpl
parent8f5fbab8dc005698d0cf1ba0c8f6dc121afce198 (diff)
downloadbloat-b35d62ecbb96b6d5f83b0453ca16e8dc45b39657.tar.gz
bloat-b35d62ecbb96b6d5f83b0453ca16e8dc45b39657.zip
Fix RTL display name rendering
Wrap all the inline display names in a <bdi> tag
Diffstat (limited to 'templates/notification.tmpl')
-rw-r--r--templates/notification.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/notification.tmpl b/templates/notification.tmpl
index 10eaafc..3977aa7 100644
--- a/templates/notification.tmpl
+++ b/templates/notification.tmpl
@@ -27,7 +27,7 @@
</div>
<div class="notification-follow">
<div class="notification-info-text">
- <span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
+ <bdi class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </bdi>
<span class="notification-text"> followed you -
<time datetime="{{FormatTimeRFC3339 .CreatedAt}}" title="{{FormatTimeRFC822 .CreatedAt}}">{{TimeSince .CreatedAt}}</time>
</span>