From 5a8918007f7716f1f86f8548c1e962ac48bdd8ba Mon Sep 17 00:00:00 2001 From: default Date: Wed, 29 Nov 2023 09:39:23 +0100 Subject: [PATCH] Fixed typo. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) if (noti_new == NULL && noti_seen == NULL) xs_html_add(body, - xs_html_tag("hd", + xs_html_tag("h2", xs_html_attr("class", "snac-header"), xs_html_text(L("None"))));