diff options
| author | 2025-03-22 20:44:27 +0100 | |
|---|---|---|
| committer | 2025-04-13 14:38:31 +0200 | |
| commit | 251d31e10e7ab70d9480b2e056d1d76260de7046 (patch) | |
| tree | 15fdf873ce32500edddb4c6003c9c9a7df381df9 /html.c | |
| parent | Updated po files. (diff) | |
| download | penes-snac2-251d31e10e7ab70d9480b2e056d1d76260de7046.tar.gz penes-snac2-251d31e10e7ab70d9480b2e056d1d76260de7046.tar.xz penes-snac2-251d31e10e7ab70d9480b2e056d1d76260de7046.zip | |
emoji in external bios (i hope)
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -3112,6 +3112,7 @@ xs_html *html_people_list(snac *user, xs_list *list, const char *header, const c | |||
| 3112 | 3112 | ||
| 3113 | if (!xs_is_null(c)) { | 3113 | if (!xs_is_null(c)) { |
| 3114 | xs *sc = sanitize(c); | 3114 | xs *sc = sanitize(c); |
| 3115 | sc = replace_shortnames(sc, xs_dict_get(actor, "tag"), 2, proxy); | ||
| 3115 | 3116 | ||
| 3116 | xs_html *snac_content = xs_html_tag("div", | 3117 | xs_html *snac_content = xs_html_tag("div", |
| 3117 | xs_html_attr("class", "snac-content")); | 3118 | xs_html_attr("class", "snac-content")); |