diff options
Diffstat (limited to 'libs/web/luasrc/view/cbi/nsection.htm')
-rw-r--r-- | libs/web/luasrc/view/cbi/nsection.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/web/luasrc/view/cbi/nsection.htm b/libs/web/luasrc/view/cbi/nsection.htm index e34e0f383e..95e7658822 100644 --- a/libs/web/luasrc/view/cbi/nsection.htm +++ b/libs/web/luasrc/view/cbi/nsection.htm @@ -12,7 +12,7 @@ </div> <%- end %> <%+cbi/tabmenu%> - <div class="cbi-section-node" id="cbi-<%=self.config%>-<%=section%>"> + <div class="cbi-section-node<% if self.tabs then %> cbi-section-node-tabbed<% end %>" id="cbi-<%=self.config%>-<%=section%>"> <%+cbi/ucisection%> </div> <br /> |