diff options
Diffstat (limited to 'src/ffluci/view/cbi/nsection.htm')
-rw-r--r-- | src/ffluci/view/cbi/nsection.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffluci/view/cbi/nsection.htm b/src/ffluci/view/cbi/nsection.htm index e002c68b09..84f893d2b8 100644 --- a/src/ffluci/view/cbi/nsection.htm +++ b/src/ffluci/view/cbi/nsection.htm @@ -2,6 +2,6 @@ <h2><%=self.title%></h2> <div class="cbi-nsection-descr"><%=self.description%></div> <div class="cbi-nsection-options"> -<% for k, node in ipairs(self.children) do node:render() end %> +<% self:render_children() %> </div> </div> |