themes/bootstrap: fix highlight of active tabs
This commit is contained in:
parent
74a140e4b4
commit
ec940ec352
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ You may obtain a copy of the License at
|
||||||
end
|
end
|
||||||
if level > 2 then
|
if level > 2 then
|
||||||
%>
|
%>
|
||||||
<li class="tabmenu-item-<%=v%><%- if nnode._menu_selected or (node.leaf and v == leaf) then -%> active<% end %>">
|
<li class="tabmenu-item-<%=v%><%- if nnode._menu_selected or (node.leaf and v == leaf) then %> active<% end %>">
|
||||||
<a href="<%=nodeurl(prefix, v, nnode.query)%>"><%=striptags(translate(nnode.title))%></a>
|
<a href="<%=nodeurl(prefix, v, nnode.query)%>"><%=striptags(translate(nnode.title))%></a>
|
||||||
</li>
|
</li>
|
||||||
<% end
|
<% end
|
||||||
|
|
Loading…
Reference in a new issue