mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Fixed footer link.
This commit is contained in:
parent
c423cc7425
commit
b5495ab40b
1 changed files with 2 additions and 2 deletions
4
html.c
4
html.c
|
@ -1214,8 +1214,8 @@ xs_str *html_user_footer(xs_str *s)
|
|||
xs *s1 = xs_fmt(
|
||||
"<div class=\"snac-footer\">\n"
|
||||
"<a href=\"%s\">%s</a> - "
|
||||
"powered by <a href=\"%s\""
|
||||
"<abbr title=\"Social Networks Are Crap\">snac</abbr></div></a>\n",
|
||||
"powered by <a href=\"%s\">"
|
||||
"<abbr title=\"Social Networks Are Crap\">snac</abbr></a></div>\n",
|
||||
srv_baseurl,
|
||||
L("about this site"),
|
||||
WHAT_IS_SNAC_URL
|
||||
|
|
Loading…
Reference in a new issue