From 5652df819f509f69f507b89ac10c33e59a046079 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 9 Sep 2019 12:28:03 -0400 Subject: [PATCH] maybe try name for alt and desc for title --- views/honk.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/honk.html b/views/honk.html index a6f89c6..6eb83ab 100644 --- a/views/honk.html +++ b/views/honk.html @@ -47,7 +47,7 @@ in reply to: {{ .RID }} {{ if eq .Media "text/plain" }}

Attachment: {{ .Name }} {{ else }} -

{{ .Desc }} +

{{ .Name }} {{ end }} {{ else }} {{ if .XID }} @@ -56,7 +56,7 @@ in reply to: {{ .RID }} {{ if eq .Media "video/mp4" }}

{{ else }} -

{{ .Desc }} +

{{ .Name }} {{ end }} {{ end }} {{ end }}