diff options
author | default <nobody@localhost> | 2022-12-07 10:12:59 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-07 10:12:59 +0100 |
commit | 979389fd4719311fc3b2dc0dd68fc5f1e2428d37 (patch) | |
tree | 57e4119c9868a72a4e979bb160ade4434f4410ef /html.c | |
parent | 28816aaa85c6a2bd4ef24a24ae5a4ed53c1f54b8 (diff) |
Fixed last minute typo.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |