diff options
| author | 2026-02-23 18:14:11 +0100 | |
|---|---|---|
| committer | 2026-02-23 18:14:11 +0100 | |
| commit | b5f9aa9cb0c852c31567a3b94de82d02ef77cdf6 (patch) | |
| tree | 2120bdae38428130a147b55762a94ffbfc132b4a /html.c | |
| parent | Fixed latest breakage in xs_multipart_form_data(). (diff) | |
| download | snac2-b5f9aa9cb0c852c31567a3b94de82d02ef77cdf6.tar.gz snac2-b5f9aa9cb0c852c31567a3b94de82d02ef77cdf6.tar.xz snac2-b5f9aa9cb0c852c31567a3b94de82d02ef77cdf6.zip | |
Increase the level argument in quoted posts.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2799,7 +2799,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, | |||
| 2799 | xs_html_add(snac_content, | 2799 | xs_html_add(snac_content, |
| 2800 | xs_html_tag("blockquote", | 2800 | xs_html_tag("blockquote", |
| 2801 | xs_html_attr("class", "snac-quoted-post"), | 2801 | xs_html_attr("class", "snac-quoted-post"), |
| 2802 | html_entry(user, quoted_post, 1, 1, NULL, 1))); | 2802 | html_entry(user, quoted_post, 1, level + 1, NULL, 1))); |
| 2803 | } | 2803 | } |
| 2804 | else | 2804 | else |
| 2805 | if (user) | 2805 | if (user) |