luci-base: fix syntax error in map.htm
Fixes #2366.
Fixes: 76e9c0305
("luci-base: rework ui tabbing code")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
917eb921d2
commit
62990e2338
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<div class="cbi-tabcontainer"<%=
|
<div class="cbi-tabcontainer"<%=
|
||||||
attr("id", "container.m-%s.%s" %{ self.config, tab }) ..
|
attr("id", "container.m-%s.%s" %{ self.config, tab }) ..
|
||||||
attr("data-tab", tab) ..
|
attr("data-tab", tab) ..
|
||||||
attr("data-tab-title", section.title or tab))
|
attr("data-tab-title", section.title or tab)
|
||||||
%>>
|
%>>
|
||||||
<% section:render() %>
|
<% section:render() %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue