diff options
| author | 2023-06-15 18:00:09 +0200 | |
|---|---|---|
| committer | 2023-06-15 18:00:09 +0200 | |
| commit | ded12dcf52834b8d7a5c807b2037398f01f6e4b2 (patch) | |
| tree | bace43a4dc06fa68e7ae9a890fc06fca4662d69c | |
| parent | Use xs_stock_* values wherever possible. (diff) | |
| download | penes-snac2-ded12dcf52834b8d7a5c807b2037398f01f6e4b2.tar.gz penes-snac2-ded12dcf52834b8d7a5c807b2037398f01f6e4b2.tar.xz penes-snac2-ded12dcf52834b8d7a5c807b2037398f01f6e4b2.zip | |
Fixed look of users without creationg date in the people page.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -121,7 +121,7 @@ xs_str *html_actor_icon(xs_str *os, char *actor, | |||
| 121 | s = xs_str_cat(s, " <span title=\"bot\">🤖</span>"); | 121 | s = xs_str_cat(s, " <span title=\"bot\">🤖</span>"); |
| 122 | 122 | ||
| 123 | if (xs_is_null(date)) { | 123 | if (xs_is_null(date)) { |
| 124 | s = xs_str_cat(s, "<br>\n \n"); | 124 | s = xs_str_cat(s, "\n \n"); |
| 125 | } | 125 | } |
| 126 | else { | 126 | else { |
| 127 | xs *date_label = xs_crop_i(xs_dup(date), 0, 10); | 127 | xs *date_label = xs_crop_i(xs_dup(date), 0, 10); |