diff options
| author | 2023-11-30 13:27:02 +0100 | |
|---|---|---|
| committer | 2023-11-30 13:27:02 +0100 | |
| commit | 8b5c146c4061655368b558337c0964903985008d (patch) | |
| tree | 47913ff0f1e602a5be804fa1caace90d53ed7669 /html.c | |
| parent | Use a configurable line height in replace_shortnames(). (diff) | |
| download | snac2-8b5c146c4061655368b558337c0964903985008d.tar.gz snac2-8b5c146c4061655368b558337c0964903985008d.tar.xz snac2-8b5c146c4061655368b558337c0964903985008d.zip | |
A very minor HTML tweak.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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); |