diff --git a/libs/web/luasrc/view/cbi/nullsection.htm b/libs/web/luasrc/view/cbi/nullsection.htm index 9a91432ad8..bd48950958 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 {}) %>