From 5107778280bfe66c51ab0654babaf622580beb9e Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 26 Aug 2026 10:21:23 +0200 Subject: Fixed ugly link label in 'Link' attachments when proxy media is on. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index 503539c..e5c84fb 100644 --- a/html.c +++ b/html.c @@ -3135,7 +3135,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, xs_html_tag("p", xs_html_tag("a", xs_html_attr("href", o_href), - xs_html_text(href)))); + xs_html_text(o_href)))); /* do not generate an Alt... */ name = NULL; -- cgit