snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 8b5c146c4061655368b558337c0964903985008d
parent d6b3333d4a7083612fd2508c53be7a0d07873689
Author: default <nobody@localhost>
Date:   Thu, 30 Nov 2023 13:27:02 +0100

A very minor HTML tweak.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);