Skip to content

Commit 9af6592

Browse files
authored
Merge pull request #133 from VCGithubCode/vc-prideful-branch
Correct closing tag error introduced in recent pr
2 parents 596eae4 + d99f326 commit 9af6592

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)