File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 %}
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments