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:
Jo-Philipp Wich 2018-12-11 06:54:09 +01:00
parent 917eb921d2
commit 62990e2338

View file

@ -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>