mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Show the More... link above the 'About this site'.
This commit is contained in:
parent
6b344b8c2e
commit
16be679ecd
1 changed files with 2 additions and 2 deletions
4
html.c
4
html.c
|
@ -886,8 +886,6 @@ d_char *html_timeline(snac *snac, char *list, int local, int skip, int show, int
|
||||||
s = xs_str_cat(s, "</ul></div>\n");
|
s = xs_str_cat(s, "</ul></div>\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
s = html_user_footer(snac, s);
|
|
||||||
|
|
||||||
{
|
{
|
||||||
xs *s1 = xs_fmt("<!-- %lf seconds -->\n", ftime() - t);
|
xs *s1 = xs_fmt("<!-- %lf seconds -->\n", ftime() - t);
|
||||||
s = xs_str_cat(s, s1);
|
s = xs_str_cat(s, s1);
|
||||||
|
@ -902,6 +900,8 @@ d_char *html_timeline(snac *snac, char *list, int local, int skip, int show, int
|
||||||
s = xs_str_cat(s, s1);
|
s = xs_str_cat(s, s1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
s = html_user_footer(snac, s);
|
||||||
|
|
||||||
s = xs_str_cat(s, "</body>\n</html>\n");
|
s = xs_str_cat(s, "</body>\n</html>\n");
|
||||||
|
|
||||||
return s;
|
return s;
|
||||||
|
|
Loading…
Reference in a new issue