Skip to content

Commit 6556b2a

Browse files
committed
restore newline at end of files
1 parent 449e0e4 commit 6556b2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/vocabulary_theme/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,4 @@ <h5>Our work relies on you!</h5>
306306
</footer>
307307
<script src="{{ '/static/vocabulary/js/vocabulary.js'|url }}"></script>
308308
</body>
309-
</html>
309+
</html>

themes/vocabulary_theme/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
{% block title %}{{ this.title }}{% endblock %}
33
{% block body %}
44
{{ this.body }}
5-
{% endblock %}
5+
{% endblock %}

0 commit comments

Comments
 (0)