Skip to content

Commit 3ccb94a

Browse files
committed
Fixing newlines
1 parent fc12145 commit 3ccb94a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packet/static/js/report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ $("#freshman-report").click(function () {
4747
})
4848
}
4949
})
50-
});
50+
});

packet/templates/extend/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
{% endblock %}
2727

2828
</body>
29-
</html>
29+
</html>

packet/templates/include/scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
<script src="{{ url_for('static', filename='js/signing.min.js') }}"></script>
1313
{% if info.realm == "intro" %}
1414
<script src="{{ url_for('static', filename='js/report.min.js') }}"></script>
15-
{% endif %}
15+
{% endif %}

0 commit comments

Comments
 (0)