From 36ff9721737f24615e0c5eaefb70046e567412eb Mon Sep 17 00:00:00 2001 From: default Date: Tue, 15 Nov 2022 10:37:15 +0100 Subject: [PATCH] Show the complete date as a 'title' popup. --- html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html.c b/html.c index bf10b6b..7b87fc8 100644 --- a/html.c +++ b/html.c @@ -108,7 +108,8 @@ d_char *html_actor_icon(snac *snac, d_char *os, char *actor, char *date, char *u else { xs *sd = xs_crop(xs_dup(date), 0, 10); xs *s1 = xs_fmt( - "
\n\n", sd); + "
\n\n", + date, sd); s = xs_str_cat(s, s1); }