소스 검색

Show the version in the 'powered by...' link.

grunfink 1 년 전
부모
커밋
0b5b4593cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -2855,7 +2855,7 @@ xs_html *html_footer(const snac *user)
             xs_html_attr("href", WHAT_IS_SNAC_URL),
             xs_html_tag("abbr",
                 xs_html_attr("title", "Social Networks Are Crap"),
-                xs_html_text("snac"))));
+                xs_html_text(USER_AGENT))));
 }