Skip to content

Commit d99f326

Browse files
committed
chore: correct closing tag error introduced in recent pr
1 parent 596eae4 commit d99f326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{% endblock content %}
3434
</main>
3535
{% include 'includes/footer.html' %}
36-
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></>
36+
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>
3737
<script defer src="index.js"></script>
3838
</body>
3939
</html>

0 commit comments

Comments
 (0)