diff options
| author | 2025-04-11 12:05:26 +0200 | |
|---|---|---|
| committer | 2025-04-11 12:05:26 +0200 | |
| commit | be9e307418fdd60273f3a202a75249cbdaf4b499 (patch) | |
| tree | 4cf678b862a99434c4fe023ef008b8d4cf750ad2 /web/template/status_attachment.tmpl | |
| parent | [feature] Implement /oauth/revoke for token revocation (#3983) (diff) | |
| download | gotosocial-be9e307418fdd60273f3a202a75249cbdaf4b499.tar.xz | |
[chore] render avatar in photoswipe slide, remove repeated alt text (#3985)
* [chore] render avatar in photoswipe slide, remove repeated alt text
* bwap bwap
Diffstat (limited to 'web/template/status_attachment.tmpl')
| -rw-r--r-- | web/template/status_attachment.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/template/status_attachment.tmpl b/web/template/status_attachment.tmpl index a60ef4137..d04f11d5d 100644 --- a/web/template/status_attachment.tmpl +++ b/web/template/status_attachment.tmpl @@ -24,7 +24,6 @@ loading="lazy" {{- if .Description }} alt="{{- .Description -}}" - title="{{- .Description -}}" {{- end }} width="{{- .Meta.Small.Width -}}" height="{{- .Meta.Small.Height -}}" @@ -37,7 +36,6 @@ loading="lazy" {{- if .Description }} alt="{{- .Description -}}" - title="{{- .Description -}}" {{- end }} width="518" height="460" @@ -138,7 +136,6 @@ data-pswp-height="{{- .Item.Meta.Original.Height -}}px" data-cropped="true" {{- if .Item.Description }} - alt="{{- .Item.Description -}}" title="{{- .Item.Description -}}" {{- end }} > |
