summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-11-30 13:27:02 +0100
committerdefault <nobody@localhost>2023-11-30 13:27:02 +0100
commit8b5c146c4061655368b558337c0964903985008d (patch)
tree47913ff0f1e602a5be804fa1caace90d53ed7669 /html.c
parentd6b3333d4a7083612fd2508c53be7a0d07873689 (diff)
A very minor HTML tweak.
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 e4b4d7f..3ad3689 100644
--- a/html.c
+++ b/html.c
@@ -1396,7 +1396,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int local,
xs_html_attr(cw, NULL),
xs_html_tag("summary",
xs_html_text(v),
- xs_html_text(L("[SENSITIVE CONTENT]"))));
+ xs_html_text(L(" [SENSITIVE CONTENT]"))));
}
else
snac_content = xs_html_tag("div", NULL);