commit 24b67eb1372d56e80189aca0b8ea893e537dcd42 Author: hiro hiro@torproject.org Date: Tue Dec 11 14:44:57 2018 +0100
Fix typo --- templates/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/header.html b/templates/header.html index 024e18d..1d1174d 100644 --- a/templates/header.html +++ b/templates/header.html @@ -22,7 +22,7 @@ {% for id, item in bag(menubag).items() %} <li{% if this.is_child_of(item.path) %} class="nav-item active" {% else %} class="nav-item"{% endif %}> {% if this.is_child_of(this.parent) %} - {% set link = this.parent.path + "/" + item.path} + {% set link = this.parent.path + "/" + item.path %} <a class="nav-link" href="{{ link|url }}">{{ item.label }} {% else %} <a class="nav-link" href="{{ item.path|url}}">{{ item.label }}