Skip to content

Commit

Permalink
Add missing trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed May 30, 2023
1 parent 800bbd2 commit 01be6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<h1 style="font-family: monospace;">404 - Not Found</h1>
<img src="/api/404" style="max-height: 600px; max-width: 600px; height: auto; width: auto;">
</div>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion templates/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ <h2>Preview</h2>
{% block scripts %}
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/html2canvas.min.js"></script>
<script src="/static/upload.js"></script>
{% endblock %}
{% endblock %}

0 comments on commit 01be6d7

Please sign in to comment.