mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
A very minor HTML tweak.
This commit is contained in:
parent
d6b3333d4a
commit
8b5c146c40
1 changed files with 1 additions and 1 deletions
2
html.c
2
html.c
|
@ -1396,7 +1396,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int local,
|
||||||
xs_html_attr(cw, NULL),
|
xs_html_attr(cw, NULL),
|
||||||
xs_html_tag("summary",
|
xs_html_tag("summary",
|
||||||
xs_html_text(v),
|
xs_html_text(v),
|
||||||
xs_html_text(L("[SENSITIVE CONTENT]"))));
|
xs_html_text(L(" [SENSITIVE CONTENT]"))));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
snac_content = xs_html_tag("div", NULL);
|
snac_content = xs_html_tag("div", NULL);
|
||||||
|
|
Loading…
Reference in a new issue