Skip to content

Commit 07b7ad7

Browse files
committed
made extra accessibilty changes to the files
1 parent 6b7d81a commit 07b7ad7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

binderhub/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h4 id="form-header" class='row'>Build and launch a repository</h4>
4040
</span>
4141
<span class="caret"></span>
4242
</button>
43-
<ul class="dropdown-menu" id="provider_prefix_sel">
43+
<ul role="list" class="dropdown-menu" id="provider_prefix_sel">
4444
{% for provider_prefix, provider in repo_providers.items() %}
4545
<li class="dropdown-item" value={{provider_prefix}}><a href="#">{{provider.display_name}}</a></li>
4646
{% endfor %}

binderhub/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<title>{% block title %}Binder{% endblock %}</title>
7-
</head>{% block meta_social %}
7+
{% block meta_social %}
88
{# Social media previews #}
99
<meta property="og:title" content="The Binder Project">
1010
<meta property="og:image" content="https://mybinder.org/static/images/logo_social.png">

doc/_templates/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h3>{{ _('Table of Contents') }}</h3>
88
{{ toctree(includehidden=theme_sidebar_includehidden, collapse=theme_sidebar_collapse) }}
99
{% if theme_extra_nav_links %}
1010
<hr />
11-
<ul>
11+
<ul role="list">
1212
{% for text, uri in theme_extra_nav_links.items() %}
1313
<li class="toctree-l1"><a href="{{ uri }}">{{ text }}</a></li>
1414
{% endfor %}

0 commit comments

Comments
 (0)