summaryrefslogtreecommitdiff
path: root/openstack_dashboard/themes/material/templates/header/_header.html
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-20 14:07:32 +0000
committerGerrit Code Review <review@openstack.org>2023-04-20 14:07:32 +0000
commit87b1455bfe59fa65744dbe9b8c896a2b48c09748 (patch)
tree46cebb10c1d855803a50a16c761541deaadea3b4 /openstack_dashboard/themes/material/templates/header/_header.html
parent7d44796eca10fa61d4d98ab98358c5932746734e (diff)
parent4a89303231bbb00af25064912091516b07ba754e (diff)
downloadhorizon-87b1455bfe59fa65744dbe9b8c896a2b48c09748.tar.gz
Merge "Clean up the syntax of html attributes to always use double quotes"
Diffstat (limited to 'openstack_dashboard/themes/material/templates/header/_header.html')
-rw-r--r--openstack_dashboard/themes/material/templates/header/_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/themes/material/templates/header/_header.html b/openstack_dashboard/themes/material/templates/header/_header.html
index 07d4bd60d..f60189c1e 100644
--- a/openstack_dashboard/themes/material/templates/header/_header.html
+++ b/openstack_dashboard/themes/material/templates/header/_header.html
@@ -17,7 +17,7 @@
<span class="md-hamburger-layer md-hamburger-menu"></span>
</button>
{% theme_dir as theme_dir %}
- <script src='{{ STATIC_URL }}{{ theme_dir }}/material/js/material.hamburger.js'></script>
+ <script src="{{ STATIC_URL }}{{ theme_dir }}/material/js/material.hamburger.js"></script>
</div>
{% include "header/_brand.html" %}
</div>