summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index f7c2b2f..2d4f3a4 100644
--- a/html.c
+++ b/html.c
@@ -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"),