summaryrefslogtreecommitdiff
path: root/openstack_dashboard/templates/horizon/_conf.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/templates/horizon/_conf.html')
-rw-r--r--openstack_dashboard/templates/horizon/_conf.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/openstack_dashboard/templates/horizon/_conf.html b/openstack_dashboard/templates/horizon/_conf.html
index 631825fb1..233f329f7 100644
--- a/openstack_dashboard/templates/horizon/_conf.html
+++ b/openstack_dashboard/templates/horizon/_conf.html
@@ -6,12 +6,12 @@
{% comment %} Compress 3rd-party (jquery, angular, etc) and top-level Horizon JS. {% endcomment %}
{% compress js %}
{% for file in HORIZON_CONFIG.xstatic_lib_files %}
- <script src='{{ STATIC_URL }}{{ file }}'></script>
+ <script src="{{ STATIC_URL }}{{ file }}"></script>
{% endfor %}
-<script src='{{ STATIC_URL }}horizon/js/horizon.js' type='text/javascript' charset='utf-8'></script>
+<script src="{{ STATIC_URL }}horizon/js/horizon.js" type="text/javascript" charset="utf-8"></script>
{% endcompress %}
-<script type='text/javascript' charset='utf-8'>
+<script type="text/javascript" charset="utf-8">
(function (global) {
'use strict';