fix: correct typo bockquote -> blockquote in template

This commit is contained in:
Peter Lafreniere 2025-04-08 21:17:26 -04:00 committed by GitHub
parent dbdc4fc2a3
commit 1fc3669493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@
<div class="comment_body {% if highlighted %}highlighted{% endif %}">{{ body|safe }}</div>
{% endif %}
<blockquote class="replies">{% for c in replies -%}{{ c.render().unwrap()|safe }}{%- endfor %}
</bockquote>
</blockquote>
</details>
</div>
{% endif %}