summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/view/cbi/map.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-06-25 08:49:44 +0200
committerGitHub <noreply@github.com>2018-06-25 08:49:44 +0200
commit483c9d35b20b23842b0ab78b09adb59725dfed20 (patch)
tree38860f5003e60fb78c2791f5b881156b298fc77f /modules/luci-base/luasrc/view/cbi/map.htm
parenta65d55ebcee57d174b557adbbb76df47b3747873 (diff)
parentc7ee1ffcf114e11a81f2fdb707c705b5cb5064e3 (diff)
Merge pull request #1895 from jow-/master
Responsive OpenWrt theme
Diffstat (limited to 'modules/luci-base/luasrc/view/cbi/map.htm')
-rw-r--r--modules/luci-base/luasrc/view/cbi/map.htm3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/map.htm b/modules/luci-base/luasrc/view/cbi/map.htm
index 02b47f5455..83c3cb2170 100644
--- a/modules/luci-base/luasrc/view/cbi/map.htm
+++ b/modules/luci-base/luasrc/view/cbi/map.htm
@@ -31,7 +31,6 @@
</li>
<% end %>
</ul>
- <br />
<% for i, section in ipairs(self.children) do %>
<div class="cbi-tabcontainer" id="container.m-<%=self.config%>.<%=section.section or section.sectiontype%>"<% if section.sectiontype ~= self.selected_tab then %> style="display:none"<% end %>>
<% section:render() %>
@@ -53,6 +52,4 @@
<% else %>
<%- self:render_children() %>
<% end %>
-
- <br />
</div>