summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/cbi/nsection.htm
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-03-22 19:46:14 +0000
committerSteven Barth <steven@midlink.org>2008-03-22 19:46:14 +0000
commit93c55f3c5d7d253423c9d5695b8d71388bd21988 (patch)
treed2d8b9cc73f040cda24836afd2711edb5c8eefb6 /src/ffluci/view/cbi/nsection.htm
parentc8426cfa3cce952dde8cdf2eb058d0c2fae4986d (diff)
* CBI updates
* Made dispatching paths unambiguous
Diffstat (limited to 'src/ffluci/view/cbi/nsection.htm')
-rw-r--r--src/ffluci/view/cbi/nsection.htm2
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>