mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Show the complete date as a 'title' popup.
This commit is contained in:
parent
d5685645f2
commit
36ff972173
1 changed files with 2 additions and 1 deletions
3
html.c
3
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(
|
||||
"<br>\n<time class=\"dt-published snac-pubdate\">%s</time>\n", sd);
|
||||
"<br>\n<time class=\"dt-published snac-pubdate\" title=\"%s\">%s</time>\n",
|
||||
date, sd);
|
||||
|
||||
s = xs_str_cat(s, s1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue