X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=modules%2Fluci-compat%2Fluasrc%2Fview%2Fcbi%2Ftblsection.htm;h=1e067edf38e785b11513575ba6da2a7aef717a47;hb=13e9e3e9e8633c7a54fe5fec1481e9df62594982;hp=11c2206d8ca1b794f868c7d87f3b18ed82d70018;hpb=eaa193336fc7b1f4bf2b8a51c120308d90e86e95;p=project%2Fluci.git diff --git a/modules/luci-compat/luasrc/view/cbi/tblsection.htm b/modules/luci-compat/luasrc/view/cbi/tblsection.htm index 11c2206d8c..1e067edf38 100644 --- a/modules/luci-compat/luasrc/view/cbi/tblsection.htm +++ b/modules/luci-compat/luasrc/view/cbi/tblsection.htm @@ -52,7 +52,7 @@ function render_titles() for i, k in ipairs(self.children) do if not k.optional then %>
><% + width(k) .. attr('data-widget', k.typename) %>><% if k.titleref then %><% @@ -88,7 +88,7 @@ function render_descriptions() for i, k in ipairs(self.children) do if not k.optional then %>
><% + width(k) .. attr("data-widget", k.typename) %>><% write(k.description)