git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
74a140e
)
themes/bootstrap: fix highlight of active tabs
author
Jo-Philipp Wich
<redacted>
Sun, 18 Nov 2012 16:30:42 +0000
(16:30 +0000)
committer
Jo-Philipp Wich
<redacted>
Sun, 18 Nov 2012 16:30:42 +0000
(16:30 +0000)
themes/bootstrap/luasrc/view/themes/bootstrap/header.htm
patch
|
blob
|
history
diff --git
a/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm
b/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm
index 33e2e48d29ec2dfbb8308229eb17028e4a643d1f..1d23877664dab3880c2bade27e5fc016fc7e9cc3 100644
(file)
--- a/
themes/bootstrap/luasrc/view/themes/bootstrap/header.htm
+++ b/
themes/bootstrap/luasrc/view/themes/bootstrap/header.htm
@@
-79,7
+79,7
@@
You may obtain a copy of the License at
end
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>
</li>
<% end
git clone https://git.99rst.org/PROJECT