commit 00cdf0c73d504c4ae95d0dd98a211214ee583105 Author: hiro hiro@torproject.org Date: Thu Mar 28 13:59:25 2019 +0100
Fix dropdown language button on tor safest --- templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/navbar.html b/templates/navbar.html index f70cdd0..7fdf378 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -38,7 +38,7 @@ </div> <div class="btn-group pull-right"> {% if this.color == 'primary' %} - <button type="button" class="btn btn-primary bg-primary dropdown-toggle btn-block" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> + <button type="button" class="btn btn-primary bg-primary dropdown dropdown-toggle btn-block" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> {% else %} <button type="button" class="btn btn-dark bg-dark dropdown-toggle btn-block my-3 my-sm-0" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> {% endif %}
tor-commits@lists.torproject.org