diff options
| author | 2023-11-29 09:39:23 +0100 | |
|---|---|---|
| committer | 2023-11-29 09:39:23 +0100 | |
| commit | 5a8918007f7716f1f86f8548c1e962ac48bdd8ba (patch) | |
| tree | ecb91fb775451883f8a8bad304c3224d6c02ac88 | |
| parent | html_notifications() is now fully xs_html. (diff) | |
| download | snac2-5a8918007f7716f1f86f8548c1e962ac48bdd8ba.tar.gz snac2-5a8918007f7716f1f86f8548c1e962ac48bdd8ba.tar.xz snac2-5a8918007f7716f1f86f8548c1e962ac48bdd8ba.zip | |
Fixed typo.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2456,7 +2456,7 @@ xs_str *html_notifications(snac *user) | |||
| 2456 | 2456 | ||
| 2457 | if (noti_new == NULL && noti_seen == NULL) | 2457 | if (noti_new == NULL && noti_seen == NULL) |
| 2458 | xs_html_add(body, | 2458 | xs_html_add(body, |
| 2459 | xs_html_tag("hd", | 2459 | xs_html_tag("h2", |
| 2460 | xs_html_attr("class", "snac-header"), | 2460 | xs_html_attr("class", "snac-header"), |
| 2461 | xs_html_text(L("None")))); | 2461 | xs_html_text(L("None")))); |
| 2462 | 2462 | ||