summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2022-12-07 10:12:59 +0100
committerGravatar default2022-12-07 10:12:59 +0100
commit979389fd4719311fc3b2dc0dd68fc5f1e2428d37 (patch)
tree57e4119c9868a72a4e979bb160ade4434f4410ef /html.c
parentMinor tweaks to paged timeline output. (diff)
downloadsnac2-979389fd4719311fc3b2dc0dd68fc5f1e2428d37.tar.gz
snac2-979389fd4719311fc3b2dc0dd68fc5f1e2428d37.tar.xz
snac2-979389fd4719311fc3b2dc0dd68fc5f1e2428d37.zip
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
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 }