summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 5ccc8db..3023fa0 100644
--- a/html.c
+++ b/html.c
@@ -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