diff options
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -323,7 +323,7 @@ d_char *html_top_controls(snac *snac, d_char *s) | |||
| 323 | xs_dict_get(snac->config, "avatar"), | 323 | xs_dict_get(snac->config, "avatar"), |
| 324 | L("Bio"), | 324 | L("Bio"), |
| 325 | xs_dict_get(snac->config, "bio"), | 325 | xs_dict_get(snac->config, "bio"), |
| 326 | xs_dict_get(snac->config, "cw"), | 326 | strcmp(xs_dict_get(snac->config, "cw"), "open") == 0 ? "checked" : "", |
| 327 | L("Always show sensitive content"), | 327 | L("Always show sensitive content"), |
| 328 | L("Email address for notifications"), | 328 | L("Email address for notifications"), |
| 329 | email, | 329 | email, |