summaryrefslogtreecommitdiff
path: root/openstack_dashboard/templates/angular/angular_templates.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/templates/angular/angular_templates.html')
-rw-r--r--openstack_dashboard/templates/angular/angular_templates.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/templates/angular/angular_templates.html b/openstack_dashboard/templates/angular/angular_templates.html
index 9fe6c2827..5155e94cd 100644
--- a/openstack_dashboard/templates/angular/angular_templates.html
+++ b/openstack_dashboard/templates/angular/angular_templates.html
@@ -1,5 +1,5 @@
{% for static_path, template_html in angular_templates %}
- <script type='text/javascript' id='{{ static_path }}'>
+ <script type="text/javascript" id="{{ static_path }}">
{% include 'angular/angular_templates.js' %}
</script>
{% endfor %}