diff options
-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, 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); |