diff options
| author | 2022-12-07 10:12:59 +0100 | |
|---|---|---|
| committer | 2022-12-07 10:12:59 +0100 | |
| commit | 979389fd4719311fc3b2dc0dd68fc5f1e2428d37 (patch) | |
| tree | 57e4119c9868a72a4e979bb160ade4434f4410ef /html.c | |
| parent | Minor tweaks to paged timeline output. (diff) | |
| download | snac2-979389fd4719311fc3b2dc0dd68fc5f1e2428d37.tar.gz snac2-979389fd4719311fc3b2dc0dd68fc5f1e2428d37.tar.xz snac2-979389fd4719311fc3b2dc0dd68fc5f1e2428d37.zip | |
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 | |||
| 843 | xs *s1 = xs_fmt( | 843 | xs *s1 = xs_fmt( |
| 844 | "<p>" | 844 | "<p>" |
| 845 | "<a href=\"%s%s?skip=%d&show=%d\" name=\"snac-more\">%s</a>" | 845 | "<a href=\"%s%s?skip=%d&show=%d\" name=\"snac-more\">%s</a>" |
| 846 | "</p>\n", local ? "" : "/admin", snac->actor, skip + show, show, L("More...")); | 846 | "</p>\n", snac->actor, local ? "" : "/admin", skip + show, show, L("More...")); |
| 847 | 847 | ||
| 848 | s = xs_str_cat(s, s1); | 848 | s = xs_str_cat(s, s1); |
| 849 | } | 849 | } |