Skip to content

Commit ddeefb5

Browse files
authored
Merge pull request #407 from n8pjl/patch-1
fix: correct typo bockquote -> blockquote in template
2 parents 7582871 + 1fc3669 commit ddeefb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/comment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<div class="comment_body {% if highlighted %}highlighted{% endif %}">{{ body|safe }}</div>
4242
{% endif %}
4343
<blockquote class="replies">{% for c in replies -%}{{ c.render().unwrap()|safe }}{%- endfor %}
44-
</bockquote>
44+
</blockquote>
4545
</details>
4646
</div>
4747
{% endif %}

0 commit comments

Comments
 (0)