summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
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 dd5d8e0..87f0159 100644
--- a/html.c
+++ b/html.c
@@ -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)