mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-12 21:10:22 +03:00
Fixed typo.
This commit is contained in:
parent
9af9f29d33
commit
5a8918007f
2
html.c
2
html.c
@ -2456,7 +2456,7 @@ xs_str *html_notifications(snac *user)
|
|||||||
|
|
||||||
if (noti_new == NULL && noti_seen == NULL)
|
if (noti_new == NULL && noti_seen == NULL)
|
||||||
xs_html_add(body,
|
xs_html_add(body,
|
||||||
xs_html_tag("hd",
|
xs_html_tag("h2",
|
||||||
xs_html_attr("class", "snac-header"),
|
xs_html_attr("class", "snac-header"),
|
||||||
xs_html_text(L("None"))));
|
xs_html_text(L("None"))));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user