소스 검색

renamed snac-btn-like to snac-btn-clear-all

by mistake clear_all btn was given class snac-btn-like
voidq 1 주 전
부모
커밋
4d120bccd8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -4337,7 +4337,7 @@ xs_str *html_notifications(snac *user, int skip, int show)
             xs_html_attr("id",           "clear"),
             xs_html_sctag("input",
                 xs_html_attr("type",     "submit"),
-                xs_html_attr("class",    "snac-btn-like"),
+                xs_html_attr("class",    "snac-btn-clear-all"),
                 xs_html_attr("value",    L("Clear all")))));
 
     xs_html *noti_new = NULL;