aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2026-08-26 10:21:23 +0200
committergrunfink <grunfink@comam.es>2026-08-26 10:21:23 +0200
commit5107778280bfe66c51ab0654babaf622580beb9e (patch)
tree8b369c54b1e3a0739a187a40942a57cbcc68b9a7
parent03e9f05fa35329a81e9755bb247e246fd416859d (diff)
Fixed ugly link label in 'Link' attachments when proxy media is on.
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
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;