summaryrefslogtreecommitdiff
path: root/horizon/test/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/test/templates/base.html')
-rw-r--r--horizon/test/templates/base.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/horizon/test/templates/base.html b/horizon/test/templates/base.html
index d3379035e..4b516276b 100644
--- a/horizon/test/templates/base.html
+++ b/horizon/test/templates/base.html
@@ -8,15 +8,15 @@
window.STATIC_URL = '{{ STATIC_URL }}';
window.WEBROOT = '{{ WEBROOT }}';
</script>
- <script src='{{ STATIC_URL }}horizon/lib/jquery/jquery.js' type='text/javascript' charset="utf-8"></script>
- <script src='{{ STATIC_URL }}horizon/lib/jquery-ui/ui/jquery-ui.js' type='text/javascript' charset="utf-8"></script>
- <script src='{{ STATIC_URL }}horizon/lib/jquery/jquery-migrate.js' type='text/javascript' charset="utf-8"></script>
+ <script src="{{ STATIC_URL }}horizon/lib/jquery/jquery.js" type="text/javascript" charset="utf-8"></script>
+ <script src="{{ STATIC_URL }}horizon/lib/jquery-ui/ui/jquery-ui.js" type="text/javascript" charset="utf-8"></script>
+ <script src="{{ STATIC_URL }}horizon/lib/jquery/jquery-migrate.js' type="text/javascript" charset="utf-8"></script>
<script src="{{ STATIC_URL }}horizon/lib/jquery/jquery.tablesorter.js"></script>
<script src="{{ STATIC_URL }}horizon/lib/angular/angular.js" type="text/javascript" charset="utf-8"></script>
- <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>
- <script type='text/javascript' charset='utf-8'>
+ <script type="text/javascript" charset="utf-8">
(function (global) {
'use strict';
@@ -63,9 +63,9 @@
<script src="{{ STATIC_URL }}horizon/lib/spin.js"></script>
<script src="{{ STATIC_URL }}horizon/lib/spin.jquery.js"></script>
- <script src='{{ STATIC_URL }}horizon/js/horizon.modals.js'></script>
- <script src='{{ STATIC_URL }}horizon/js/horizon.tables.js'></script>
- <script src='{{ STATIC_URL }}horizon/js/horizon.tabs.js'></script>
+ <script src="{{ STATIC_URL }}horizon/js/horizon.modals.js"></script>
+ <script src="{{ STATIC_URL }}horizon/js/horizon.tables.js"></script>
+ <script src="{{ STATIC_URL }}horizon/js/horizon.tabs.js"></script>
<script>
angular.module('test_app', []).run(updateHorizon);