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 e4b4d7f..3ad3689 100644
--- a/html.c
+++ b/html.c
@@ -1396,7 +1396,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int local,
1396 xs_html_attr(cw, NULL), 1396 xs_html_attr(cw, NULL),
1397 xs_html_tag("summary", 1397 xs_html_tag("summary",
1398 xs_html_text(v), 1398 xs_html_text(v),
1399 xs_html_text(L("[SENSITIVE CONTENT]")))); 1399 xs_html_text(L(" [SENSITIVE CONTENT]"))));
1400 } 1400 }
1401 else 1401 else
1402 snac_content = xs_html_tag("div", NULL); 1402 snac_content = xs_html_tag("div", NULL);