[tor-commits] [lego/master] Use localized menus fix footer

hiro at torproject.org hiro at torproject.org
Fri Aug 23 12:21:06 UTC 2019


commit aa31aec9ca27d2037e7a3befb6a6e3aa1aed8f17
Author: hiro <hiro at torproject.org>
Date:   Fri Aug 23 14:21:03 2019 +0200

    Use localized menus fix footer
---
 templates/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/footer.html b/templates/footer.html
index e6b4537..e42f109 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -36,7 +36,7 @@
           {% if link %}
             <a class="nav-link text-light" href="{{ item.path|url(alt=this.alt) }}">
           {% else %}
-            <a class="nav-link text-light" href="{{ item.path }}{{ this.alt }}">
+            <a class="nav-link text-light" href="{{ item.path }}">
           {% endif %}
           {{ _(item.label) }}
               {% if this.is_child_of(item.path) %}



More information about the tor-commits mailing list