diff options
| author | 2024-05-31 22:36:47 +0200 | |
|---|---|---|
| committer | 2024-05-31 22:36:47 +0200 | |
| commit | 4ff19dfc6d4e0406c62090210c65c436366920fc (patch) | |
| tree | ea8224a15ac9c0bffd67af0db0e819ca8a534fce /html.c | |
| parent | mastoapi: added an 'emojis' field to mastoapi_poll(). (diff) | |
| download | penes-snac2-4ff19dfc6d4e0406c62090210c65c436366920fc.tar.gz penes-snac2-4ff19dfc6d4e0406c62090210c65c436366920fc.tar.xz penes-snac2-4ff19dfc6d4e0406c62090210c65c436366920fc.zip | |
Fixed typo.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -801,9 +801,9 @@ static xs_html *html_user_body(snac *user, int read_only) | |||
| 801 | xs_html_attr("class", "snac-announcement"), | 801 | xs_html_attr("class", "snac-announcement"), |
| 802 | xs_html_text(an->text), | 802 | xs_html_text(an->text), |
| 803 | xs_html_text(" "), | 803 | xs_html_text(" "), |
| 804 | xs_html_sctag("a", | 804 | xs_html_tag("a", |
| 805 | xs_html_attr("href", s)), | 805 | xs_html_attr("href", s), |
| 806 | xs_html_text("Dismiss"))); | 806 | xs_html_text("Dismiss")))); |
| 807 | } | 807 | } |
| 808 | 808 | ||
| 809 | if (read_only) { | 809 | if (read_only) { |