1
0
Эх сурвалжийг харах

Increase the level argument in quoted posts.

grunfink 5 сар өмнө
parent
commit
b5f9aa9cb0
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -2799,7 +2799,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
                 xs_html_add(snac_content,
                 xs_html_add(snac_content,
                     xs_html_tag("blockquote",
                     xs_html_tag("blockquote",
                         xs_html_attr("class", "snac-quoted-post"),
                         xs_html_attr("class", "snac-quoted-post"),
-                        html_entry(user, quoted_post, 1, 1, NULL, 1)));
+                        html_entry(user, quoted_post, 1, level + 1, NULL, 1)));
             }
             }
             else
             else
             if (user)
             if (user)