summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/_subnav_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templates/horizon/_subnav_list.html')
-rw-r--r--horizon/templates/horizon/_subnav_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizon/templates/horizon/_subnav_list.html b/horizon/templates/horizon/_subnav_list.html
index c4d800150..1dd21fe79 100644
--- a/horizon/templates/horizon/_subnav_list.html
+++ b/horizon/templates/horizon/_subnav_list.html
@@ -10,7 +10,7 @@
{% for panel in filtered_panels %}
{% if panel in accessible_panels or current == panel.slug %}
<li>
- <a href="{{ panel.get_absolute_url }}" {% if current == panel.slug %}class="active"{% endif %} tabindex='1'>{{ panel.name }}</a>
+ <a href="{{ panel.get_absolute_url }}" {% if current == panel.slug %}class="active"{% endif %} tabindex="1">{{ panel.name }}</a>
</li>
{% endif %}
{% endfor %}