소스 검색

Fixed HTML typo.

default 6 달 전
부모
커밋
cff5d4d4b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -2563,7 +2563,7 @@ xs_str *html_notifications(snac *user, int skip, int show)
     xs_html *noti_seen = NULL;
 
     xs_html *posts = xs_html_tag("div",
-        xs_html_attr("name", "snac-posts"));
+        xs_html_attr("class", "snac-posts"));
     xs_html_add(body, posts);
 
     xs_list *p = n_list;