Skip to content

Commit 0dde455

Browse files
authored
Fix closing h5 tag mismatch in base jinja template. (#92)
1 parent d81bf1f commit 0dde455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inspector/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h5>
3939
{% else %}
4040
{{ h5 }}
4141
{% endif %}
42-
</h4>
42+
</h5>
4343
{% block body %}{% endblock %}
4444
</body>
4545
<footer>

0 commit comments

Comments
 (0)