projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
917eb92
)
luci-base: fix syntax error in map.htm
author
Jo-Philipp Wich
<jo@mein.io>
Tue, 11 Dec 2018 05:54:09 +0000
(06:54 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Tue, 11 Dec 2018 05:54:09 +0000
(06:54 +0100)
Fixes #2366.
Fixes:
76e9c0305
("luci-base: rework ui tabbing code")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-base/luasrc/view/cbi/map.htm
patch
|
blob
|
history
diff --git
a/modules/luci-base/luasrc/view/cbi/map.htm
b/modules/luci-base/luasrc/view/cbi/map.htm
index 31997a1c00bb7cf689e3e8071f4d7dd3627f9e41..cda4d3530c5b095dc60a370a89335fa12b43cb1c 100644
(file)
--- a/
modules/luci-base/luasrc/view/cbi/map.htm
+++ b/
modules/luci-base/luasrc/view/cbi/map.htm
@@
-16,7
+16,7
@@
<div class="cbi-tabcontainer"<%=
attr("id", "container.m-%s.%s" %{ self.config, tab }) ..
attr("data-tab", tab) ..
- attr("data-tab-title", section.title or tab)
)
+ attr("data-tab-title", section.title or tab)
%>>
<% section:render() %>
</div>