diff options
| author | 2022-11-13 08:41:50 +0100 | |
|---|---|---|
| committer | 2022-11-13 08:41:50 +0100 | |
| commit | 73323a7fc0bf29b0409a34bafc728374fd58bb7a (patch) | |
| tree | 6db6b653e29d6e8e1fcf1b959926818e6b54a9d3 /html.c | |
| parent | Updated TODO. (diff) | |
| download | snac2-73323a7fc0bf29b0409a34bafc728374fd58bb7a.tar.gz snac2-73323a7fc0bf29b0409a34bafc728374fd58bb7a.tar.xz snac2-73323a7fc0bf29b0409a34bafc728374fd58bb7a.zip | |
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) | |||
| 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"), |