summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/_nav_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templates/horizon/_nav_list.html')
-rw-r--r--horizon/templates/horizon/_nav_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizon/templates/horizon/_nav_list.html b/horizon/templates/horizon/_nav_list.html
index 2218fc544..95a2f8182 100644
--- a/horizon/templates/horizon/_nav_list.html
+++ b/horizon/templates/horizon/_nav_list.html
@@ -5,7 +5,7 @@
{% for component in components %}
{% if user|has_permissions:component %}
<li{% if current.slug == component.slug %} class="active"{% endif %}>
- <a href="{{ component.get_absolute_url }}" tabindex='1'>{{ component.name }}</a>
+ <a href="{{ component.get_absolute_url }}" tabindex="1">{{ component.name }}</a>
</li>
{% endif %}
{% endfor %}