summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-07-01 19:22:42 +0200
committerdefault <nobody@localhost>2023-07-01 19:22:42 +0200
commitb5495ab40b960864e46d55ad28255664e0f4eb73 (patch)
tree13625b0592ce93b868f536b157aa2458e3f0ccdc
parentc423cc7425edb22d7a9594309297cb838d458267 (diff)
Fixed footer link.
-rw-r--r--html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/html.c b/html.c
index c74c207..7a0c805 100644
--- a/html.c
+++ b/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