mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
charset-Attribut bei script-Tag entfernt
This commit is contained in:
@@ -206,7 +206,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="{{ url_for('static', filename='script.js') }}" charset="utf-8"></script>
|
<script src="{{ url_for('static', filename='script.js') }}"></script>
|
||||||
<script>
|
<script>
|
||||||
{% block js_body_end %}{% endblock %}
|
{% block js_body_end %}{% endblock %}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user