diff options
| author | default <nobody@localhost> | 2022-11-13 08:41:50 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2022-11-13 08:41:50 +0100 |
| commit | 73323a7fc0bf29b0409a34bafc728374fd58bb7a (patch) | |
| tree | 6db6b653e29d6e8e1fcf1b959926818e6b54a9d3 /html.c | |
| parent | 88ea9b0839b2d2bf7ee40828a4f68ef3dc880246 (diff) | |
Some formatting refactoring.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ d_char *html_user_header(snac *snac, d_char *s, int local) "<div class=\"p-note snac-top-user-bio\">%s</div>\n" "</div>\n"; - not_really_markdown(xs_dict_get(snac->config, "bio"), &bio); + bio = not_really_markdown(xs_dict_get(snac->config, "bio")); xs *s1 = xs_fmt(_tmpl, xs_dict_get(snac->config, "name"), |