X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fweb%2Fluasrc%2Fview%2Fcbi%2Fnullsection.htm;h=bd4895095864270647005e6a0c601fc2b74c1efb;hp=9a91432ad832c2aa25b538c24c355f042603c304;hb=8cd46b595a1a1142b2f70fe7c6d1eb1512656235;hpb=a24d340ca4f3dd87135da8341e2c74542d907668 diff --git a/libs/web/luasrc/view/cbi/nullsection.htm b/libs/web/luasrc/view/cbi/nullsection.htm index 9a91432ad..bd4895095 100644 --- a/libs/web/luasrc/view/cbi/nullsection.htm +++ b/libs/web/luasrc/view/cbi/nullsection.htm @@ -2,6 +2,9 @@ <% if self.title and #self.title > 0 then -%> <%=self.title%> <%- end %> + <% if self.description and #self.description > 0 then -%> +
<%=self.description%>
+ <%- end %>
<% self:render_children(1, scope or {}) %>