summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index fbb313b..32ffa85 100644
--- a/html.c
+++ b/html.c
@@ -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,