mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Added class snac-post-header to the people list.
This commit is contained in:
parent
f4c7f4b9d7
commit
e64471b7e4
1 changed files with 3 additions and 1 deletions
4
html.c
4
html.c
|
@ -1313,10 +1313,12 @@ d_char *html_people_list(snac *snac, d_char *os, d_char *list, const char *heade
|
|||
xs *actor = NULL;
|
||||
|
||||
if (valid_status(actor_get(snac, actor_id, &actor))) {
|
||||
s = xs_str_cat(s, "<div class=\"snac-post\">\n");
|
||||
s = xs_str_cat(s, "<div class=\"snac-post\">\n<div class=\"snac-post-header\">\n");
|
||||
|
||||
s = html_actor_icon(s, actor, xs_dict_get(actor, "published"), NULL, NULL, 0);
|
||||
|
||||
s = xs_str_cat(s, "</div>\n");
|
||||
|
||||
/* content (user bio) */
|
||||
char *c = xs_dict_get(actor, "summary");
|
||||
|
||||
|
|
Loading…
Reference in a new issue