summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-07 10:12:59 +0100
committerdefault <nobody@localhost>2022-12-07 10:12:59 +0100
commit979389fd4719311fc3b2dc0dd68fc5f1e2428d37 (patch)
tree57e4119c9868a72a4e979bb160ade4434f4410ef /html.c
parent28816aaa85c6a2bd4ef24a24ae5a4ed53c1f54b8 (diff)
Fixed last minute typo.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 89285c7..fce3006 100644
--- a/html.c
+++ b/html.c
@@ -843,7 +843,7 @@ d_char *html_timeline(snac *snac, char *list, int local, int skip, int show, int
xs *s1 = xs_fmt(
"<p>"
"<a href=\"%s%s?skip=%d&show=%d\" name=\"snac-more\">%s</a>"
- "</p>\n", local ? "" : "/admin", snac->actor, skip + show, show, L("More..."));
+ "</p>\n", snac->actor, local ? "" : "/admin", skip + show, show, L("More..."));
s = xs_str_cat(s, s1);
}