diff options
Diffstat (limited to 'modules/luci-compat/luasrc/view/cbi/tsection.htm')
-rw-r--r-- | modules/luci-compat/luasrc/view/cbi/tsection.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-compat/luasrc/view/cbi/tsection.htm b/modules/luci-compat/luasrc/view/cbi/tsection.htm index b7718fa0f3..45e51cc69f 100644 --- a/modules/luci-compat/luasrc/view/cbi/tsection.htm +++ b/modules/luci-compat/luasrc/view/cbi/tsection.htm @@ -1,6 +1,6 @@ <div class="cbi-section" id="cbi-<%=self.config%>-<%=self.sectiontype%>"> <% if self.title and #self.title > 0 then -%> - <legend><%=self.title%></legend> + <h3><%=self.title%></h3> <%- end %> <% if self.error_msg and #self.error_msg > 0 then -%> <div class="cbi-section-error"> |