summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/jasmine/jasmine.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templates/horizon/jasmine/jasmine.html')
-rw-r--r--horizon/templates/horizon/jasmine/jasmine.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/horizon/templates/horizon/jasmine/jasmine.html b/horizon/templates/horizon/jasmine/jasmine.html
index 76573879a..05ddbe62c 100644
--- a/horizon/templates/horizon/jasmine/jasmine.html
+++ b/horizon/templates/horizon/jasmine/jasmine.html
@@ -27,7 +27,7 @@
<!-- source files -->
{% for file in HORIZON_CONFIG.js_files %}
- <script src='{{ STATIC_URL }}{{ file }}'></script>
+ <script src="{{ STATIC_URL }}{{ file }}"></script>
{% endfor %}
{% block source %}
@@ -36,7 +36,7 @@
<!-- test files - mock and spec -->
{% block spec %}
{% for file in HORIZON_CONFIG.js_spec_files %}
- <script src='{{ STATIC_URL }}{{ file }}'></script>
+ <script src="{{ STATIC_URL }}{{ file }}"></script>
{% endfor %}
{% endblock %}