From 5a38dc76bcdfc078465b9ef147b67841c2f74ca0 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 9 Sep 2019 12:12:24 -0400 Subject: [PATCH] use alt and title for img --- views/honk.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/honk.html b/views/honk.html index 2d0cac9..a6f89c6 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 }} {{ end }} {{ else }} {{ if .XID }} @@ -56,7 +56,7 @@ in reply to: {{ .RID }} {{ if eq .Media "video/mp4" }}

{{ else }} -

+

{{ .Desc }} {{ end }} {{ end }} {{ end }}