summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 2 insertions, 1 deletions
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
108 else { 108 else {
109 xs *sd = xs_crop(xs_dup(date), 0, 10); 109 xs *sd = xs_crop(xs_dup(date), 0, 10);
110 xs *s1 = xs_fmt( 110 xs *s1 = xs_fmt(
111 "<br>\n<time class=\"dt-published snac-pubdate\">%s</time>\n", sd); 111 "<br>\n<time class=\"dt-published snac-pubdate\" title=\"%s\">%s</time>\n",
112 date, sd);
112 113
113 s = xs_str_cat(s, s1); 114 s = xs_str_cat(s, s1);
114 } 115 }