Skip to content

Commit 54d2854

Browse files
authored
Update index.html
1 parent 5c95a23 commit 54d2854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 role="list" class="dropdown-menu" id="provider_prefix_sel">
43+
<ul 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 %}

0 commit comments

Comments
 (0)