aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/web/templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/home.html b/src/web/templates/home.html
index fe68861a..bc38d189 100644
--- a/src/web/templates/home.html
+++ b/src/web/templates/home.html
@@ -4,6 +4,6 @@
<link href="{{ url_for("static", filename="css/one-page-app.css") }}" rel="stylesheet" media="screen" />
{% endblock %}
{% block content %}
- <section id="newspipeapp" />
+ <section id="newspipeapp"></section>
<script type="text/javascript" src="{% if cdn != '' %}{{ cdn }}bundle.min.js{% else %}{{ url_for('static', filename = 'js/bundle.min.js') }}{% endif %}"></script>
{% endblock %}
bgstack15