snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 5b2f361b33d77c99ff360c4a0719c62deba3984e
parent e092a772b09a13abed6859a70f8ddc0e2b81f34e
Author: default <nobody@localhost>
Date:   Tue, 28 Nov 2023 11:49:50 +0100

Fixed an excessive sanitization.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html.c b/html.c @@ -1573,7 +1573,7 @@ xs_str *html_entry(snac *user, xs_str *os, const xs_dict *msg, int local, xs_html_attr("class", "snac-origin"), xs_html_tag("a", xs_html_attr("href", xs_dict_get(actor_r, "id")), - xs_html_text(name)), + xs_html_raw(name)), /* already sanitized */ xs_html_text(" "), xs_html_text(L("boosted")))); }