diff --git a/crates/app/src/public/html/post/quotes.lisp b/crates/app/src/public/html/post/quotes.lisp index f128f53..6b9f8c9 100644 --- a/crates/app/src/public/html/post/quotes.lisp +++ b/crates/app/src/public/html/post/quotes.lisp @@ -64,6 +64,6 @@ (text "{{ text \"communities:label.quotes\" }}"))) (div ("class" "card flex flex-col gap-4") - (text "{% for post in list %} {{ components::post(post=post[0], owner=post[1], question=post[3], secondary=true, show_community=false, poll=post[4]) }} {% endfor %} {{ components::pagination(page=page, items=list|length, key=\"quotes\", value=\"true\") }}")))) + (text "{% for post in list %} {{ components::post(post=post[0], owner=post[1], question=post[3], secondary=true, show_community=false, poll=post[4]) }} {% endfor %} {{ components::pagination(page=page, items=list|length, key=\""es=\", value=\"true\") }}")))) (text "{% endblock %}") diff --git a/crates/app/src/public/html/post/reposts.lisp b/crates/app/src/public/html/post/reposts.lisp index f47a8b4..c13ab4c 100644 --- a/crates/app/src/public/html/post/reposts.lisp +++ b/crates/app/src/public/html/post/reposts.lisp @@ -83,6 +83,6 @@ (text "{{ icon \"external-link\" }}") (span (text "{{ text \"general:action.open\" }}"))))) - (text "{% endfor %} {{ components::pagination(page=page, items=list|length, key=\"quotes\", value=\"false\") }}")))) + (text "{% endfor %} {{ components::pagination(page=page, items=list|length, key=\""es=\", value=\"false\") }}")))) (text "{% endblock %}")