mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Fixed look of users without creationg date in the people page.
This commit is contained in:
parent
478cb2cf15
commit
ded12dcf52
1 changed files with 1 additions and 1 deletions
2
html.c
2
html.c
|
@ -121,7 +121,7 @@ xs_str *html_actor_icon(xs_str *os, char *actor,
|
|||
s = xs_str_cat(s, " <span title=\"bot\">🤖</span>");
|
||||
|
||||
if (xs_is_null(date)) {
|
||||
s = xs_str_cat(s, "<br>\n \n");
|
||||
s = xs_str_cat(s, "\n \n");
|
||||
}
|
||||
else {
|
||||
xs *date_label = xs_crop_i(xs_dup(date), 0, 10);
|
||||
|
|
Loading…
Reference in a new issue