commit 924e3dbdec864fa02075515a48f915dc811ec12b Author: hiro hiro@torproject.org Date: Mon Nov 11 16:42:06 2019 +0100
Update to templates --- templates/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/footer.html b/templates/footer.html index d1681b7..897e736 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -38,9 +38,9 @@ {% else %} <a class="nav-link text-light" href="{{ item.path }}"> {% endif %} - {{ _(item.label) }} + {{ _(item.label) }} {% if this.is_child_of(item.path) %} - <span class="sr-only">(current)</span> + <span class="sr-only">(current)</span> {% endif %} </a> </li>
tor-commits@lists.torproject.org