diff options
author | Steven Barth <steven@midlink.org> | 2008-03-20 20:34:44 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-20 20:34:44 +0000 |
commit | 6e0df95e270dc0ee4c5d10e1d6ac2550f78ff54f (patch) | |
tree | f8d30923d291d0d119181eaafc88d35abff6b8ae /src/ffluci/view/cbi/nsection.htm | |
parent | e9461f898cdd8f740accdf8c0c99dd1cfe48d1ea (diff) |
* CBI cleanup
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 4607a872cc..5badeca562 100644 --- a/src/ffluci/view/cbi/nsection.htm +++ b/src/ffluci/view/cbi/nsection.htm @@ -1,4 +1,4 @@ -<div class="cbi-nsection" id="cbi-<%=self.map.config%>-<%=self.sectiontype%>-<%=self.section%>"> +<div class="cbi-nsection" id="cbi-<%=self.config%>-<%=self.sectiontype%>-<%=self.section%>"> <h2><%=self.title%></h2> <div class="cbi-nsection-descr"><%=self.description%></div> <% for k, node in ipairs(self.children) do node:render() end %> |