default 2 lat temu
rodzic
commit
5a8918007f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      html.c

+ 1 - 1
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"))));