mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Fixed an excessive sanitization.
This commit is contained in:
parent
e092a772b0
commit
5b2f361b33
2
html.c
2
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"))));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user