diff options
-rw-r--r-- | libs/cbi/luasrc/view/cbi/tblsection.htm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/cbi/luasrc/view/cbi/tblsection.htm b/libs/cbi/luasrc/view/cbi/tblsection.htm index 7bb31caa1..36304081b 100644 --- a/libs/cbi/luasrc/view/cbi/tblsection.htm +++ b/libs/cbi/luasrc/view/cbi/tblsection.htm @@ -22,7 +22,9 @@ end <!-- tblsection --> <fieldset class="cbi-section" id="cbi-<%=self.config%>-<%=self.sectiontype%>"> - <legend><%=self.title%></legend> + <% if self.title and #self.title > 0 then -%> + <legend><%=self.title%></legend> + <%- end %> <div class="cbi-section-descr"><%=self.description%></div> <div class="cbi-section-node"> <%- local count = 0 -%> |