Skip to content

Commit 9eac19d

Browse files
committed
Fix a couple typos
1 parent 9290bac commit 9eac19d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

basic_theme/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
4949
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
5050
crossorigin="anonymous"></script>
51-
<script src="{{ "js/theme.js"|url }}></script>
51+
<script src="{{ "js/theme.js"|url }}"></script>
5252

5353
{% block extrahead %}
5454
{% endblock %}

0 commit comments

Comments
 (0)