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)
215 "<div class=\"p-note snac-top-user-bio\">%s</div>\n" 215 "<div class=\"p-note snac-top-user-bio\">%s</div>\n"
216 "</div>\n"; 216 "</div>\n";
217 217
218 not_really_markdown(xs_dict_get(snac->config, "bio"), &bio); 218 bio = not_really_markdown(xs_dict_get(snac->config, "bio"));
219 219
220 xs *s1 = xs_fmt(_tmpl, 220 xs *s1 = xs_fmt(_tmpl,
221 xs_dict_get(snac->config, "name"), 221 xs_dict_get(snac->config, "name"),