summaryrefslogtreecommitdiff
path: root/web/template
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-15 10:04:47 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-15 10:04:47 +0200
commit5b2fe1f9a0757b63dbc328c2493ad4bcfd5e7240 (patch)
tree458622dd6d496854cedc7ad48dacd106b84496ae /web/template
parent[bugfix/frontend] Fix photoswipe layout issues, keyboard shortcuts (#4010) (diff)
downloadgotosocial-5b2fe1f9a0757b63dbc328c2493ad4bcfd5e7240.tar.xz
[chore/performance] Reuse Intl.DateTimeFormat for formatting times (#4013)
Diffstat (limited to 'web/template')
-rw-r--r--web/template/status_attributes.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/status_attributes.tmpl b/web/template/status_attributes.tmpl
index a99775d59..15c1d17d3 100644
--- a/web/template/status_attributes.tmpl
+++ b/web/template/status_attributes.tmpl
@@ -18,7 +18,7 @@
*/ -}}
{{- define "ariaLabel" -}}
-@{{ .Account.Acct -}}, {{ .CreatedAt | timestampPrecise -}} (server time)
+@{{ .Account.Acct -}}, {{ .CreatedAt | timestampPrecise }} (server time)
{{- if .LanguageTag -}}
, language {{ .LanguageTag.DisplayStr -}}
{{- end -}}