mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Fixed last minute typo.
This commit is contained in:
parent
28816aaa85
commit
979389fd47
1 changed files with 1 additions and 1 deletions
2
html.c
2
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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue